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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user