mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06:24 +00:00
Merge branch 'master' into create-part
This commit is contained in:
commit
92a7a73408
21 changed files with 316 additions and 54 deletions
|
|
@ -399,7 +399,7 @@ class _PaginatedPartListState extends State<PaginatedPartList> {
|
|||
|
||||
params["search"] = _searchTerm;
|
||||
|
||||
final bool cascade = await InvenTreeSettingsManager().getValue("partSubcategory", false);
|
||||
final bool cascade = await InvenTreeSettingsManager().getValue("partSubcategory", true);
|
||||
params["cascade"] = "${cascade}";
|
||||
|
||||
final page = await InvenTreePart().listPaginated(_pageSize, pageKey, filters: params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue