From bb83df25770d75894897e5a4a11a421e2cda869f Mon Sep 17 00:00:00 2001 From: bsiggel Date: Sun, 25 Jan 2026 19:40:19 +0100 Subject: [PATCH] feat: Update type from 'Base' to 'BasePlus' in multiple JSON metadata files --- custom/Espo/Custom/Resources/metadata/scopes/CAdressen.json | 2 +- .../Custom/Resources/metadata/scopes/CBankverbindungen.json | 2 +- custom/Espo/Custom/Resources/metadata/scopes/CDokumente.json | 2 +- custom/Espo/Custom/Resources/metadata/scopes/CMietobjekt.json | 2 +- data/config.php | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/custom/Espo/Custom/Resources/metadata/scopes/CAdressen.json b/custom/Espo/Custom/Resources/metadata/scopes/CAdressen.json index a019413e..4fc6d49b 100644 --- a/custom/Espo/Custom/Resources/metadata/scopes/CAdressen.json +++ b/custom/Espo/Custom/Resources/metadata/scopes/CAdressen.json @@ -16,7 +16,7 @@ "notifications": true, "stream": true, "disabled": false, - "type": "Base", + "type": "BasePlus", "module": "Custom", "object": true, "isCustom": true diff --git a/custom/Espo/Custom/Resources/metadata/scopes/CBankverbindungen.json b/custom/Espo/Custom/Resources/metadata/scopes/CBankverbindungen.json index a019413e..4fc6d49b 100644 --- a/custom/Espo/Custom/Resources/metadata/scopes/CBankverbindungen.json +++ b/custom/Espo/Custom/Resources/metadata/scopes/CBankverbindungen.json @@ -16,7 +16,7 @@ "notifications": true, "stream": true, "disabled": false, - "type": "Base", + "type": "BasePlus", "module": "Custom", "object": true, "isCustom": true diff --git a/custom/Espo/Custom/Resources/metadata/scopes/CDokumente.json b/custom/Espo/Custom/Resources/metadata/scopes/CDokumente.json index 4747e6b8..9049275c 100644 --- a/custom/Espo/Custom/Resources/metadata/scopes/CDokumente.json +++ b/custom/Espo/Custom/Resources/metadata/scopes/CDokumente.json @@ -16,7 +16,7 @@ "notifications": true, "stream": true, "disabled": false, - "type": "Base", + "type": "BasePlus", "module": "Custom", "object": true, "isCustom": true, diff --git a/custom/Espo/Custom/Resources/metadata/scopes/CMietobjekt.json b/custom/Espo/Custom/Resources/metadata/scopes/CMietobjekt.json index a019413e..4fc6d49b 100644 --- a/custom/Espo/Custom/Resources/metadata/scopes/CMietobjekt.json +++ b/custom/Espo/Custom/Resources/metadata/scopes/CMietobjekt.json @@ -16,7 +16,7 @@ "notifications": true, "stream": true, "disabled": false, - "type": "Base", + "type": "BasePlus", "module": "Custom", "object": true, "isCustom": true diff --git a/data/config.php b/data/config.php index 143d0bc2..5fa3c7b1 100644 --- a/data/config.php +++ b/data/config.php @@ -361,8 +361,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1769365986, - 'microtime' => 1769365986.398041, + 'cacheTimestamp' => 1769366378, + 'microtime' => 1769366378.983045, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902,