mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Refactoring
This commit is contained in:
parent
19fdac46a7
commit
d5a9f4310e
6 changed files with 9 additions and 62 deletions
|
|
@ -227,16 +227,9 @@ class InvenTreePart extends InvenTreeModel {
|
|||
}
|
||||
|
||||
@override
|
||||
Map<String, String> defaultListFilters() {
|
||||
Map<String, String> defaultFilters() {
|
||||
return {
|
||||
"location_detail": "true",
|
||||
};
|
||||
}
|
||||
|
||||
@override
|
||||
Map<String, String> defaultGetFilters() {
|
||||
return {
|
||||
"category_detail": "true", // Include category detail information
|
||||
"category_detail": "true",
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue