diff --git a/custom/Espo/Custom/Resources/i18n/de_DE/CVmhErstgespraech.json b/custom/Espo/Custom/Resources/i18n/de_DE/CVmhErstgespraech.json index 430c0b24..ddd4234b 100644 --- a/custom/Espo/Custom/Resources/i18n/de_DE/CVmhErstgespraech.json +++ b/custom/Espo/Custom/Resources/i18n/de_DE/CVmhErstgespraech.json @@ -103,6 +103,7 @@ "options": { "status": { "": "", + "Vorbereitung": "Vorbereitung", "Offen": "Offen", "Warte auf Mandatierung": "Warte auf Mandatierung", "Mandat erteilt": "Mandat erteilt", diff --git a/custom/Espo/Custom/Resources/i18n/en_US/CVmhErstgespraech.json b/custom/Espo/Custom/Resources/i18n/en_US/CVmhErstgespraech.json index 568349fd..ede97ffb 100644 --- a/custom/Espo/Custom/Resources/i18n/en_US/CVmhErstgespraech.json +++ b/custom/Espo/Custom/Resources/i18n/en_US/CVmhErstgespraech.json @@ -93,8 +93,9 @@ "options": { "status": { "": "", - "Offen": "Offen", - "Warte auf Mandatierung": "Warte auf Mandatierung", + "Vorbereitung": "Preparation", + "Offen": "Open", + "Warte auf Mandatierung": "Waiting for Mandate", "Mandat erteilt": "Mandat erteilt", "Abgebrochen": "Abgebrochen", "Zurückgestellt": "Zurückgestellt", diff --git a/custom/Espo/Custom/Resources/metadata/entityDefs/CVmhErstgespraech.json b/custom/Espo/Custom/Resources/metadata/entityDefs/CVmhErstgespraech.json index 2c97d66f..c0d37aef 100644 --- a/custom/Espo/Custom/Resources/metadata/entityDefs/CVmhErstgespraech.json +++ b/custom/Espo/Custom/Resources/metadata/entityDefs/CVmhErstgespraech.json @@ -57,6 +57,7 @@ "required": true, "options": [ "", + "Vorbereitung", "Offen", "Zurückgestellt", "Wird angerufen", @@ -70,6 +71,7 @@ ], "style": { "": null, + "Vorbereitung": "default", "Offen": null, "Zurückgestellt": "info", "Wird angerufen": "info", diff --git a/data/config.php b/data/config.php index 607069f8..b4efc2be 100644 --- a/data/config.php +++ b/data/config.php @@ -349,8 +349,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1769201570, - 'microtime' => 1769201570.653997, + 'cacheTimestamp' => 1769202183, + 'microtime' => 1769202183.750401, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902, @@ -369,8 +369,8 @@ return [ ], 'companyLogoId' => '68e78bdc81f69ce51', 'companyLogoName' => 'Blue H logo.png', - 'googleMapsApiKey' => 'AIzaSyAfo8sTA7BzEB6wTgKQGI3vSeohwdQmedM', - 'googleMapsMapId' => NULL, + 'googleMapsApiKey' => 'AIzaSyAVPz_wjeaRuFLDTLcoMXb0SWXWh86xFGs', + 'googleMapsMapId' => 'de267c708f3e643c4f876908', 'integrations' => (object) [ 'GoogleMaps' => true ],