From 661943987f18b38444ea140ea6764a010f48754b Mon Sep 17 00:00:00 2001 From: bsiggel Date: Thu, 26 Mar 2026 01:10:12 +0100 Subject: [PATCH] removed Entity "Akten" --- custom/Espo/Custom/Controllers/CAkten.php | 7 ---- .../Custom/Resources/i18n/ar_AR/CAkten.json | 10 ------ .../Custom/Resources/i18n/bg_BG/CAkten.json | 10 ------ .../Custom/Resources/i18n/cs_CZ/CAkten.json | 10 ------ .../Custom/Resources/i18n/da_DK/CAkten.json | 10 ------ .../Custom/Resources/i18n/el_GR/CAkten.json | 10 ------ .../Custom/Resources/i18n/en_GB/CAkten.json | 1 - .../Custom/Resources/i18n/en_US/Global.json | 6 ++-- .../Custom/Resources/i18n/es_ES/CAkten.json | 10 ------ .../Custom/Resources/i18n/es_MX/CAkten.json | 10 ------ .../Custom/Resources/i18n/fa_IR/CAkten.json | 10 ------ .../Custom/Resources/i18n/fr_FR/CAkten.json | 5 --- .../Custom/Resources/i18n/hr_HR/CAkten.json | 10 ------ .../Custom/Resources/i18n/hu_HU/CAkten.json | 10 ------ .../Custom/Resources/i18n/id_ID/CAkten.json | 5 --- .../Custom/Resources/i18n/it_IT/CAkten.json | 10 ------ .../Custom/Resources/i18n/ja_JP/CAkten.json | 10 ------ .../Custom/Resources/i18n/lt_LT/CAkten.json | 10 ------ .../Custom/Resources/i18n/lv_LV/CAkten.json | 10 ------ .../Custom/Resources/i18n/nb_NO/CAkten.json | 10 ------ .../Custom/Resources/i18n/nl_NL/CAkten.json | 10 ------ .../Custom/Resources/i18n/pl_PL/CAkten.json | 10 ------ .../Custom/Resources/i18n/pt_BR/CAkten.json | 10 ------ .../Custom/Resources/i18n/pt_PT/CAkten.json | 10 ------ .../Custom/Resources/i18n/ro_RO/CAkten.json | 5 --- .../Custom/Resources/i18n/ru_RU/CAkten.json | 10 ------ .../Custom/Resources/i18n/sk_SK/CAkten.json | 10 ------ .../Custom/Resources/i18n/sl_SI/CAkten.json | 10 ------ .../Custom/Resources/i18n/sr_RS/CAkten.json | 10 ------ .../Custom/Resources/i18n/sv_SE/CAkten.json | 10 ------ .../Custom/Resources/i18n/th_TH/CAkten.json | 10 ------ .../Custom/Resources/i18n/tr_TR/CAkten.json | 10 ------ .../Custom/Resources/i18n/uk_UA/CAkten.json | 10 ------ .../Custom/Resources/i18n/ur_IN/CAkten.json | 10 ------ .../Custom/Resources/i18n/vi_VN/CAkten.json | 10 ------ .../Custom/Resources/i18n/zh_CN/CAkten.json | 10 ------ .../Custom/Resources/i18n/zh_TW/CAkten.json | 10 ------ .../Resources/metadata/clientDefs/CAkten.json | 36 ------------------- .../Resources/metadata/entityDefs/Call.json | 3 +- .../Resources/metadata/entityDefs/Email.json | 3 +- .../metadata/entityDefs/Meeting.json | 3 +- .../Resources/metadata/entityDefs/Task.json | 3 +- .../Resources/metadata/recordDefs/CAkten.json | 3 -- .../Resources/metadata/scopes/CAkten.json | 23 ------------ data/config.php | 5 ++- data/state.php | 4 +-- 46 files changed, 10 insertions(+), 412 deletions(-) delete mode 100644 custom/Espo/Custom/Controllers/CAkten.php delete mode 100644 custom/Espo/Custom/Resources/i18n/ar_AR/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/bg_BG/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/cs_CZ/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/da_DK/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/el_GR/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/en_GB/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/es_ES/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/es_MX/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/fa_IR/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/fr_FR/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/hr_HR/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/hu_HU/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/id_ID/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/it_IT/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/ja_JP/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/lt_LT/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/lv_LV/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/nb_NO/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/nl_NL/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/pl_PL/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/pt_BR/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/pt_PT/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/ro_RO/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/ru_RU/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/sk_SK/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/sl_SI/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/sr_RS/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/sv_SE/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/th_TH/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/tr_TR/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/uk_UA/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/ur_IN/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/vi_VN/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/zh_CN/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/i18n/zh_TW/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/metadata/clientDefs/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/metadata/recordDefs/CAkten.json delete mode 100644 custom/Espo/Custom/Resources/metadata/scopes/CAkten.json diff --git a/custom/Espo/Custom/Controllers/CAkten.php b/custom/Espo/Custom/Controllers/CAkten.php deleted file mode 100644 index 686335e1..00000000 --- a/custom/Espo/Custom/Controllers/CAkten.php +++ /dev/null @@ -1,7 +0,0 @@ - 'Report', 36 => 'CCallQueues', 37 => 'CAdvowareAkten', - 38 => 'CAIKnowledge', - 39 => 'CAkten' + 38 => 'CAIKnowledge' ], 'quickCreateList' => [ 0 => 'Account', @@ -361,7 +360,7 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'microtime' => 1774483248.932358, + 'microtime' => 1774483768.956072, '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 991c1e36..e4d382f6 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1774483249, - 'microtimeState' => 1774483249.165366, + 'cacheTimestamp' => 1774483768, + 'microtimeState' => 1774483768.959732, 'currencyRates' => [ 'EUR' => 1.0 ],