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

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

View File

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

View File

@@ -85,7 +85,9 @@
"573a Abs. 2 (Einliegerwohnung)",
"GewerbeOrdentlich"
],
"default": ["Mietrückstand"],
"default": [
"Mietrückstand"
],
"isCustom": true
},
"auszugsfrist": {
@@ -292,7 +294,20 @@
},
"collection": {
"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": {
"name": {
@@ -347,5 +362,6 @@
"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",
"module": "Custom",
"object": true,
"isCustom": true
"isCustom": true,
"statusField": "status",
"kanbanStatusIgnoreList": null,
"stars": false,
"preserveAuditLog": false,
"duplicateCheckFieldList": [],
"collaborators": false,
"assignedUsers": false
}