#4396 Add all_branches filter to PickupShelfInService

and PickupShelfOutService
This commit is contained in:
Lorenz Hilpert
2023-10-25 13:43:46 +02:00
parent 72de7efc1d
commit 1102fb4608
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ export class PickupShelfInService extends PickupShelfIOService {
},
filter: {
archive: String(false),
all_branches: String(true),
},
});
}

View File

@@ -35,6 +35,7 @@ export class PickupShelfOutService extends PickupShelfIOService {
},
filter: {
archive: String(false),
all_branches: String(true),
},
});
}