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