mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Api filtering (#197)
* Add extra filtering options for the PartCategory list (cherry picked from commit c7b594fd0bfafdde1298f8d3cf503871762b49eb) * Extra filtering options for stock location list (cherry picked from commit 5e9bfcfbc336831bfd2bb4414fc1794420c89e0d)
This commit is contained in:
parent
b5d26580b4
commit
2cbcf275ab
2 changed files with 19 additions and 4 deletions
|
|
@ -67,6 +67,7 @@ class _PaginatedStockLocationListState extends PaginatedSearchState<PaginatedSto
|
|||
@override
|
||||
Map<String, String> get orderingOptions => {
|
||||
"name": L10().name,
|
||||
"items": L10().stockItems,
|
||||
"level": L10().level,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue