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:
2026-03-10 00:10:57 +01:00
parent 0340c59e5c
commit 3470dba301
34 changed files with 920 additions and 18 deletions

View File

@@ -19,7 +19,13 @@
"anwaltskosten1Instanz": "Anwaltskosten 1. Instanz",
"freigeschalteteNutzer": "Freigeschaltete Nutzer (veraltet)",
"collaborators": "Mitarbeiter",
"vmhVermietersRKL": "Vermieter"
"vmhVermietersRKL": "Vermieter",
"cAdvowareAkte": "Advoware-Akte",
"cAdvowareAkteId": "Advoware-Akte ID",
"cAdvowareAkteName": "Advoware-Akte Name",
"cAICollection": "AI Collection",
"cAICollectionId": "AI Collection ID",
"cAICollectionName": "AI Collection Name"
},
"links": {
"meetings": "Termine",
@@ -33,7 +39,9 @@
"freigeschalteteNutzer": "Freigeschaltete Nutzer (veraltet)",
"collaborators": "Mitarbeiter",
"vmhVermietersRKL": "Vermieter",
"pulse": "Pulse"
"pulse": "Pulse",
"cAdvowareAkte": "Advoware-Akte",
"cAICollection": "AI Collection"
},
"labels": {
"Create CVmhRumungsklage": "Räumungsklage erstellen"