mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add default list filters for ManufacturerPart
This commit is contained in:
parent
0b44b3a0c9
commit
944f1e2cdc
1 changed files with 7 additions and 0 deletions
|
|
@ -83,6 +83,13 @@ class InvenTreeManufacturerPart extends InvenTreeModel {
|
|||
@override
|
||||
String url = "company/part/manufacturer/";
|
||||
|
||||
@override
|
||||
Map<String, String> defaultListFilters() {
|
||||
return {
|
||||
"manufacturer_detail": "true",
|
||||
};
|
||||
}
|
||||
|
||||
InvenTreeManufacturerPart() : super();
|
||||
|
||||
InvenTreeManufacturerPart.fromJson(Map<String, dynamic> json) : super.fromJson(json) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue