mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-01 15:06:49 +00:00
Add default list filters for ManufacturerPart
This commit is contained in:
parent
0b44b3a0c9
commit
944f1e2cdc
@ -83,6 +83,13 @@ class InvenTreeManufacturerPart extends InvenTreeModel {
|
|||||||
@override
|
@override
|
||||||
String url = "company/part/manufacturer/";
|
String url = "company/part/manufacturer/";
|
||||||
|
|
||||||
|
@override
|
||||||
|
Map<String, String> defaultListFilters() {
|
||||||
|
return {
|
||||||
|
"manufacturer_detail": "true",
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
InvenTreeManufacturerPart() : super();
|
InvenTreeManufacturerPart() : super();
|
||||||
|
|
||||||
InvenTreeManufacturerPart.fromJson(Map<String, dynamic> json) : super.fromJson(json) {
|
InvenTreeManufacturerPart.fromJson(Map<String, dynamic> json) : super.fromJson(json) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user