Add CBankverbindungen entity with multilingual support, tooltips, and layout definitions

This commit is contained in:
2026-01-23 15:51:42 +01:00
parent 185524e432
commit ac58b51452
14 changed files with 533 additions and 49 deletions

View File

@@ -152,6 +152,9 @@
],
"tooltip": true,
"isCustom": true
},
"bankverbindungens": {
"type": "linkMultiple"
}
},
"links": {
@@ -258,6 +261,13 @@
"entity": "CDokumente",
"audited": false,
"isCustom": true
},
"bankverbindungens": {
"type": "hasMany",
"foreign": "beteiligte",
"entity": "CBankverbindungen",
"audited": false,
"isCustom": true
}
},
"collection": {