mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
#4396 Add all_branches filter to PickupShelfInService
and PickupShelfOutService
This commit is contained in:
@@ -35,6 +35,7 @@ export class PickupShelfInService extends PickupShelfIOService {
|
||||
},
|
||||
filter: {
|
||||
archive: String(false),
|
||||
all_branches: String(true),
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
@@ -35,6 +35,7 @@ export class PickupShelfOutService extends PickupShelfIOService {
|
||||
},
|
||||
filter: {
|
||||
archive: String(false),
|
||||
all_branches: String(true),
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user