Update VSCode settings for auto-approval of check and rebuild script; modify layout widths in CMietobjekt list and refresh cache timestamps in config
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -3,6 +3,7 @@
|
|||||||
"/^docker exec espocrm php /var/www/html/command\\.php rebuild$/": {
|
"/^docker exec espocrm php /var/www/html/command\\.php rebuild$/": {
|
||||||
"approve": true,
|
"approve": true,
|
||||||
"matchCommandLine": true
|
"matchCommandLine": true
|
||||||
}
|
},
|
||||||
|
"./custom/scripts/check_and_rebuild.sh": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,14 +1,27 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "name",
|
"name": "name",
|
||||||
"link": true
|
"link": true,
|
||||||
},
|
"width": 25
|
||||||
{
|
|
||||||
"name": "anschrift",
|
|
||||||
"width": 16
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "objekttyp",
|
"name": "objekttyp",
|
||||||
"width": 16
|
"width": 15
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lage",
|
||||||
|
"width": 12
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "anschrift",
|
||||||
|
"width": 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "modifiedAt",
|
||||||
|
"width": 12
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "createdAt",
|
||||||
|
"width": 10
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -349,8 +349,8 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'cacheTimestamp' => 1768938511,
|
'cacheTimestamp' => 1768938828,
|
||||||
'microtime' => 1768938511.815557,
|
'microtime' => 1768938828.490905,
|
||||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||||
'fullTextSearchMinLength' => 4,
|
'fullTextSearchMinLength' => 4,
|
||||||
'appTimestamp' => 1768843902,
|
'appTimestamp' => 1768843902,
|
||||||
|
|||||||
Reference in New Issue
Block a user