Merge branch 'orm' into 'main'

Added Plants to resource config

See merge request fedeo/backend!8
This commit is contained in:
2025-12-10 09:29:42 +00:00

View File

@@ -21,7 +21,7 @@ export const resourceConfig = {
},
customers: {
searchColumns: ["name", "customerNumber", "firstname", "lastname", "notes"],
mtmLoad: ["contacts","projects"],
mtmLoad: ["contacts","projects","plants"],
table: customers,
numberRangeHolder: "customerNumber",
},