mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-04-17 16:10:34 +00:00
Fix default location for "cascade" filter (#793)
This commit is contained in:
parent
0d68762252
commit
a87a7d6228
3 changed files with 8 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class _PaginatedPartCategoryListState
|
|||
@override
|
||||
Map<String, Map<String, dynamic>> get filterOptions => {
|
||||
"cascade": {
|
||||
"default": false,
|
||||
"default": true,
|
||||
"label": L10().includeSubcategories,
|
||||
"help_text": L10().includeSubcategoriesDetail,
|
||||
"tristate": false,
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ class _PaginatedStockLocationListState
|
|||
"label": L10().includeSublocations,
|
||||
"help_text": L10().includeSublocationsDetail,
|
||||
"tristate": false,
|
||||
"default": true,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue