diff --git a/.vscode/settings.json b/.vscode/settings.json index ebdfaf12..998e8b24 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,7 @@ "/^docker exec espocrm php /var/www/html/command\\.php rebuild$/": { "approve": true, "matchCommandLine": true - } + }, + "./custom/scripts/check_and_rebuild.sh": true } } \ No newline at end of file diff --git a/custom/Espo/Custom/Resources/layouts/CMietobjekt/list.json b/custom/Espo/Custom/Resources/layouts/CMietobjekt/list.json index 53ba1767..67dbbf2c 100644 --- a/custom/Espo/Custom/Resources/layouts/CMietobjekt/list.json +++ b/custom/Espo/Custom/Resources/layouts/CMietobjekt/list.json @@ -1,14 +1,27 @@ [ { "name": "name", - "link": true - }, - { - "name": "anschrift", - "width": 16 + "link": true, + "width": 25 }, { "name": "objekttyp", - "width": 16 + "width": 15 + }, + { + "name": "lage", + "width": 12 + }, + { + "name": "anschrift", + "width": 30 + }, + { + "name": "modifiedAt", + "width": 12 + }, + { + "name": "createdAt", + "width": 10 } ] \ No newline at end of file diff --git a/data/config.php b/data/config.php index a1e31dcd..90a58acb 100644 --- a/data/config.php +++ b/data/config.php @@ -349,8 +349,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1768938511, - 'microtime' => 1768938511.815557, + 'cacheTimestamp' => 1768938828, + 'microtime' => 1768938828.490905, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902,