- 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.
28 lines
625 B
JSON
28 lines
625 B
JSON
{
|
|
"labels": {
|
|
"Create CPulsTeamZuordnung": "Create Puls Team Assignment",
|
|
"CPulsTeamZuordnung": "Puls Team Assignments"
|
|
},
|
|
"fields": {
|
|
"puls": "Puls",
|
|
"pulsId": "Puls ID",
|
|
"team": "Team",
|
|
"teamId": "Team ID",
|
|
"aktiv": "Active",
|
|
"abgeschlossen": "Completed",
|
|
"prioritaet": "Priority"
|
|
},
|
|
"links": {
|
|
"puls": "Puls",
|
|
"team": "Team"
|
|
},
|
|
"options": {
|
|
"prioritaet": {
|
|
"Niedrig": "Low",
|
|
"Normal": "Normal",
|
|
"Hoch": "High",
|
|
"Dringend": "Urgent"
|
|
}
|
|
}
|
|
}
|