mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-05 00:38:54 +00:00
Do not use cascading display of stock location or part category
This commit is contained in:
parent
56bdf83692
commit
d2967db8a8
lib/inventree
@ -24,6 +24,7 @@ class InvenTreePartCategory extends InvenTreeModel {
|
||||
var filters = new Map<String, String>();
|
||||
|
||||
filters["active"] = "true";
|
||||
filters["cascade"] = "false";
|
||||
|
||||
return filters;
|
||||
}
|
||||
|
@ -63,6 +63,7 @@ class InvenTreeStockItem extends InvenTreeModel {
|
||||
headers["part_detail"] = "true";
|
||||
headers["location_detail"] = "true";
|
||||
headers["supplier_detail"] = "true";
|
||||
headers["cascade"] = "false";
|
||||
|
||||
return headers;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user