Add junction entities and ACL for CAICollection, CAdvowareAkten, and CPulsTeam
- Introduced new junction entities: CAICollectionCDokumente, CAdvowareAktenCDokumente, and CPulsTeamZuordnung. - Implemented respective controllers and services for handling CRUD operations. - Added metadata definitions for new entities, including fields, links, and indexes. - Created language files for English and German translations for the new entities. - Developed a script to set ACL permissions for the new junction entities across existing roles. - Updated existing entity definitions to include new relationships and fields related to Advoware and AI Collections.
This commit is contained in:
@@ -17,7 +17,13 @@
|
||||
"anwaltskosten1Instanz": "Attorney Fees 1st Instance",
|
||||
"freigeschalteteNutzer": "Activated Users (deprecated)",
|
||||
"collaborators": "Collaborators",
|
||||
"vmhVermietersMIK": "Landlord"
|
||||
"vmhVermietersMIK": "Landlord",
|
||||
"cAdvowareAkte": "Advoware File",
|
||||
"cAdvowareAkteId": "Advoware File ID",
|
||||
"cAdvowareAkteName": "Advoware File Name",
|
||||
"cAICollection": "AI Collection",
|
||||
"cAICollectionId": "AI Collection ID",
|
||||
"cAICollectionName": "AI Collection Name"
|
||||
},
|
||||
"links": {
|
||||
"meetings": "Meetings",
|
||||
@@ -31,7 +37,9 @@
|
||||
"freigeschalteteNutzer": "Activated Users (deprecated)",
|
||||
"collaborators": "Collaborators",
|
||||
"vmhVermietersMIK": "Landlord",
|
||||
"pulse": "Pulses"
|
||||
"pulse": "Pulses",
|
||||
"cAdvowareAkte": "Advoware File",
|
||||
"cAICollection": "AI Collection"
|
||||
},
|
||||
"labels": {
|
||||
"Create CMietinkasso": "Create Mietinkasso"
|
||||
|
||||
Reference in New Issue
Block a user