Merge branch 'orm' into 'main'
Added Plants to resource config See merge request fedeo/backend!8
This commit is contained in:
@@ -21,7 +21,7 @@ export const resourceConfig = {
|
|||||||
},
|
},
|
||||||
customers: {
|
customers: {
|
||||||
searchColumns: ["name", "customerNumber", "firstname", "lastname", "notes"],
|
searchColumns: ["name", "customerNumber", "firstname", "lastname", "notes"],
|
||||||
mtmLoad: ["contacts","projects"],
|
mtmLoad: ["contacts","projects","plants"],
|
||||||
table: customers,
|
table: customers,
|
||||||
numberRangeHolder: "customerNumber",
|
numberRangeHolder: "customerNumber",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user