Merge branch 'orm' into 'main'

Change in Resource

See merge request fedeo/backend!15
This commit is contained in:
2025-12-28 13:32:11 +00:00

View File

@@ -21,7 +21,7 @@ export const resourceConfig = {
},
customers: {
searchColumns: ["name", "customerNumber", "firstname", "lastname", "notes"],
mtmLoad: ["contacts","projects","plants"],
mtmLoad: ["contacts","projects","plants","createddocuments","contracts"],
table: customers,
numberRangeHolder: "customerNumber",
},
@@ -123,7 +123,7 @@ export const resourceConfig = {
},
incominginvoices: {
table: incominginvoices,
mtmLoad: ["statementallocations"],
mtmLoad: ["statementallocations","files"],
mtmListLoad: ["statementallocations"],
mtoLoad: ["vendor"],
},