2
0
mirror of https://github.com/inventree/inventree-app.git synced 2026-01-22 10:49:41 +00:00

Default filters (#749)

* Bug fix for filters

- Fix key shadowing

* Adjust default filters for stock list

* Adjust default filter values

* Add "active" filter for stock items

* Code formatting
This commit is contained in:
Oliver
2026-01-15 13:20:24 +11:00
committed by GitHub
parent 9002fb78d3
commit 74f468dc1b
7 changed files with 24 additions and 9 deletions

View File

@@ -74,6 +74,7 @@ class _PaginatedPartListState extends PaginatedSearchState<PaginatedPartList> {
"label": L10().filterActive,
"help_text": L10().filterActiveDetail,
"tristate": true,
"default": true,
},
"assembly": {
"label": L10().filterAssembly,