Add CBankverbindungen entity with multilingual support, tooltips, and layout definitions
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user