feat: Update configuration and metadata files for improved functionality and new features
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"contactLink": null,
|
||||
"accountLink": null
|
||||
}
|
||||
@@ -105,5 +105,7 @@
|
||||
"layout": null,
|
||||
"selectPrimaryFilterName": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"kanbanViewMode": false,
|
||||
"color": null
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"duplicateWhereBuilderClassName": "Espo\\Classes\\DuplicateWhereBuilders\\General"
|
||||
"duplicateWhereBuilderClassName": "Espo\\Classes\\DuplicateWhereBuilders\\General",
|
||||
"updateDuplicateCheck": false
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user