fix(dashboard): improve inventory level location management (#13589)

**What**
- add InfiniteList on location selection for inventory level -> fixes issue with location pagination
- fix removal of location level for an inventory item
- refresh the levels table when locations are updated
- add search input for filtering locations

---

CLOSES CORE-1208
This commit is contained in:
Frane Polić
2025-09-24 20:00:45 +02:00
committed by GitHub
parent edf29b3bd2
commit 7af9e3224c
9 changed files with 193 additions and 152 deletions

View File

@@ -3111,6 +3111,9 @@
"quantityAcrossLocations": {
"type": "string"
},
"levelDeleted": {
"type": "string"
},
"create": {
"type": "object",
"properties": {
@@ -3327,6 +3330,7 @@
"deleteWarning",
"editItemDetails",
"quantityAcrossLocations",
"levelDeleted",
"create",
"reservation",
"adjustInventory",