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

@@ -360,7 +360,7 @@ return [
0 => 'youtube.com',
1 => 'google.com'
],
'microtime' => 1773097042.742692,
'microtime' => 1773097606.553663,
'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4,
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',

View File

@@ -1,7 +1,7 @@
<?php
return [
'cacheTimestamp' => 1773097042,
'microtimeState' => 1773097042.98789,
'cacheTimestamp' => 1773097606,
'microtimeState' => 1773097606.681824,
'currencyRates' => [
'EUR' => 1.0
],