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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user