From cd7c80af0f9f82d48db768acb45a6051a6400cd4 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Mon, 9 Mar 2026 23:56:19 +0100 Subject: [PATCH] Remove CPulsTeamZuordnung entity definitions, localization files, and update cache timestamps in configuration and state files. --- .../i18n/de_DE/CPulsTeamZuordnung.json | 32 ------ .../entityDefs/CPulsTeamZuordnung.json | 102 ------------------ .../metadata/scopes/CPulsTeamZuordnung.json | 13 --- data/config.php | 2 +- data/state.php | 4 +- 5 files changed, 3 insertions(+), 150 deletions(-) delete mode 100644 custom/Espo/Custom/Resources/i18n/de_DE/CPulsTeamZuordnung.json delete mode 100644 custom/Espo/Custom/Resources/metadata/entityDefs/CPulsTeamZuordnung.json delete mode 100644 custom/Espo/Custom/Resources/metadata/scopes/CPulsTeamZuordnung.json diff --git a/custom/Espo/Custom/Resources/i18n/de_DE/CPulsTeamZuordnung.json b/custom/Espo/Custom/Resources/i18n/de_DE/CPulsTeamZuordnung.json deleted file mode 100644 index 5b1887ac..00000000 --- a/custom/Espo/Custom/Resources/i18n/de_DE/CPulsTeamZuordnung.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "labels": { - "Create CPulsTeamZuordnung": "Team-Zuordnung erstellen", - "CPulsTeamZuordnung": "Puls Team-Zuordnung", - "cPulsTeamZuordnung": "Puls Team-Zuordnungen" - }, - "fields": { - "name": "Name", - "puls": "Puls", - "team": "Team", - "aktiv": "Aktiv", - "abgeschlossen": "Abgeschlossen", - "abgeschlossenAm": "Abgeschlossen am", - "abgeschlossenVon": "Abgeschlossen von", - "prioritaet": "Priorität" - }, - "links": { - "puls": "Puls", - "team": "Team", - "abgeschlossenVon": "Abgeschlossen von" - }, - "tooltips": { - "aktiv": "Ist diese Team-Zuordnung aktiv? Inaktive werden nicht angezeigt." - }, - "options": { - "prioritaet": { - "Niedrig": "Niedrig", - "Normal": "Normal", - "Hoch": "Hoch" - } - } -} diff --git a/custom/Espo/Custom/Resources/metadata/entityDefs/CPulsTeamZuordnung.json b/custom/Espo/Custom/Resources/metadata/entityDefs/CPulsTeamZuordnung.json deleted file mode 100644 index ad507576..00000000 --- a/custom/Espo/Custom/Resources/metadata/entityDefs/CPulsTeamZuordnung.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "fields": { - "name": { - "type": "varchar", - "notStorable": true, - "select": { - "select": "CONCAT:(team.name, ' - ', puls.name)", - "leftJoins": ["team", "puls"] - }, - "orderBy": { - "order": [ - ["team.name", "{direction}"] - ], - "leftJoins": ["team"] - } - }, - "puls": { - "type": "link", - "entity": "CPuls", - "required": true, - "isCustom": true - }, - "team": { - "type": "link", - "entity": "Team", - "required": true, - "isCustom": true - }, - "aktiv": { - "type": "bool", - "default": true, - "isCustom": true, - "tooltip": true - }, - "abgeschlossen": { - "type": "bool", - "default": false, - "isCustom": true - }, - "abgeschlossenAm": { - "type": "datetime", - "readOnly": true, - "isCustom": true - }, - "abgeschlossenVon": { - "type": "link", - "entity": "User", - "readOnly": true, - "isCustom": true - }, - "prioritaet": { - "type": "enum", - "options": ["Niedrig", "Normal", "Hoch"], - "default": "Normal", - "isCustom": true, - "style": { - "Niedrig": "default", - "Normal": "primary", - "Hoch": "danger" - } - }, - "createdAt": { - "type": "datetime", - "readOnly": true - }, - "modifiedAt": { - "type": "datetime", - "readOnly": true - } - }, - "links": { - "puls": { - "type": "belongsTo", - "entity": "CPuls", - "foreign": "teamZuordnungen" - }, - "team": { - "type": "belongsTo", - "entity": "Team" - }, - "abgeschlossenVon": { - "type": "belongsTo", - "entity": "User" - } - }, - "collection": { - "orderBy": "createdAt", - "order": "desc" - }, - "indexes": { - "pulsTeam": { - "columns": ["pulsId", "teamId"], - "unique": true - }, - "aktiv": { - "columns": ["aktiv"] - }, - "abgeschlossen": { - "columns": ["abgeschlossen"] - } - } -} diff --git a/custom/Espo/Custom/Resources/metadata/scopes/CPulsTeamZuordnung.json b/custom/Espo/Custom/Resources/metadata/scopes/CPulsTeamZuordnung.json deleted file mode 100644 index fc104aac..00000000 --- a/custom/Espo/Custom/Resources/metadata/scopes/CPulsTeamZuordnung.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "entity": true, - "tab": false, - "acl": "recordAllTeamNo", - "aclPortal": false, - "customizable": true, - "stream": false, - "disabled": false, - "type": "Base", - "module": "Custom", - "object": true, - "isCustom": true -} diff --git a/data/config.php b/data/config.php index 617555d4..e44e9a1c 100644 --- a/data/config.php +++ b/data/config.php @@ -358,7 +358,7 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'microtime' => 1773096908.308369, + 'microtime' => 1773096963.398044, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws', diff --git a/data/state.php b/data/state.php index cd084ecc..b81d755b 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1773096908, - 'microtimeState' => 1773096908.309498, + 'cacheTimestamp' => 1773096963, + 'microtimeState' => 1773096963.399437, 'currencyRates' => [ 'EUR' => 1.0 ],