Add new entity definitions and fields for CVMHBeteiligte, update existing metadata for CBeteiligte, CDokumente, CMietobjekt, CVmhErstgespraech, CVmhMietverhltnis, CVmhRumungsklage, CVmhVermieter, and Contact; adjust cache timestamps in config.php

This commit is contained in:
2026-01-20 22:55:28 +01:00
parent 96becef2ba
commit 06326d4d0b
10 changed files with 302 additions and 4 deletions

View File

@@ -493,8 +493,7 @@
"orderBy": "createdAt",
"order": "desc",
"textFilterFields": [
"name",
"eMailErstgesprch"
"name"
],
"fullTextSearch": true,
"countDisabled": false
@@ -523,6 +522,28 @@
"createdAt",
"id"
]
},
"status": {
"columns": [
"status",
"deleted"
]
},
"contact": {
"columns": [
"contactId",
"deleted"
]
},
"lastCall": {
"columns": [
"lastCall"
]
},
"nchsterAnruf": {
"columns": [
"nchsterAnruf"
]
}
},
"optimisticConcurrencyControl": false