feat: Update configuration and metadata files for improved functionality and new features

This commit is contained in:
2026-01-25 21:34:39 +01:00
parent b7bcfbe574
commit c846d38f1e
7 changed files with 42 additions and 8 deletions

View File

@@ -75,6 +75,10 @@
"/^bash custom/scripts/ki-overview\\.sh$/": { "/^bash custom/scripts/ki-overview\\.sh$/": {
"approve": true, "approve": true,
"matchCommandLine": true "matchCommandLine": true
},
"/^cd /var/lib/docker/volumes/vmh-espocrm_espocrm/_data/custom/scripts && bash ki-overview\\.sh$/": {
"approve": true,
"matchCommandLine": true
} }
} }
} }

View File

@@ -0,0 +1,4 @@
{
"contactLink": null,
"accountLink": null
}

View File

@@ -105,5 +105,7 @@
"layout": null, "layout": null,
"selectPrimaryFilterName": null "selectPrimaryFilterName": null
} }
} },
"kanbanViewMode": false,
"color": null
} }

View File

@@ -85,7 +85,9 @@
"573a Abs. 2 (Einliegerwohnung)", "573a Abs. 2 (Einliegerwohnung)",
"GewerbeOrdentlich" "GewerbeOrdentlich"
], ],
"default": ["Mietrückstand"], "default": [
"Mietrückstand"
],
"isCustom": true "isCustom": true
}, },
"auszugsfrist": { "auszugsfrist": {
@@ -292,7 +294,20 @@
}, },
"collection": { "collection": {
"orderBy": "createdAt", "orderBy": "createdAt",
"order": "desc" "order": "desc",
"textFilterFields": [
"name",
"vmhMietobjekt.name",
"vmhMietobjekt.description",
"vmhMietobjekt.anschriftCity",
"vmhMietobjekt.lage",
"vmhMietobjekt.anschriftPostalCode",
"vmhMietobjekt.anschriftState",
"vmhMietobjekt.anschriftStreet",
"vmhMietobjekt.anschriftCountry"
],
"fullTextSearch": false,
"countDisabled": false
}, },
"indexes": { "indexes": {
"name": { "name": {
@@ -347,5 +362,6 @@
"vertragsdatum" "vertragsdatum"
] ]
} }
} },
"optimisticConcurrencyControl": false
} }

View File

@@ -1,3 +1,4 @@
{ {
"duplicateWhereBuilderClassName": "Espo\\Classes\\DuplicateWhereBuilders\\General" "duplicateWhereBuilderClassName": "Espo\\Classes\\DuplicateWhereBuilders\\General",
"updateDuplicateCheck": false
} }

View File

@@ -19,5 +19,12 @@
"type": "BasePlus", "type": "BasePlus",
"module": "Custom", "module": "Custom",
"object": true, "object": true,
"isCustom": true "isCustom": true,
"statusField": "status",
"kanbanStatusIgnoreList": null,
"stars": false,
"preserveAuditLog": false,
"duplicateCheckFieldList": [],
"collaborators": false,
"assignedUsers": false
} }

View File

@@ -361,8 +361,8 @@ return [
0 => 'youtube.com', 0 => 'youtube.com',
1 => 'google.com' 1 => 'google.com'
], ],
'cacheTimestamp' => 1769370139, 'cacheTimestamp' => 1769373272,
'microtime' => 1769370139.173239, 'microtime' => 1769373272.232525,
'siteUrl' => 'https://crm.bitbylaw.com', 'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4, 'fullTextSearchMinLength' => 4,
'appTimestamp' => 1768843902, 'appTimestamp' => 1768843902,