Remove CAICollection and CAdvowareAkten entities and their associated metadata, layouts, services, and translations. Update configuration and state files accordingly. Add side panel configuration for CMietinkasso.
This commit is contained in:
@@ -1,206 +0,0 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": {
|
||||
"type": "varchar",
|
||||
"required": true,
|
||||
"pattern": "$noBadCharacters"
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "datetime",
|
||||
"readOnly": true
|
||||
},
|
||||
"modifiedAt": {
|
||||
"type": "datetime",
|
||||
"readOnly": true
|
||||
},
|
||||
"createdBy": {
|
||||
"type": "link",
|
||||
"readOnly": true,
|
||||
"view": "views/fields/user"
|
||||
},
|
||||
"modifiedBy": {
|
||||
"type": "link",
|
||||
"readOnly": true,
|
||||
"view": "views/fields/user"
|
||||
},
|
||||
"assignedUser": {
|
||||
"type": "link",
|
||||
"required": false,
|
||||
"view": "views/fields/assigned-user"
|
||||
},
|
||||
"teams": {
|
||||
"type": "linkMultiple",
|
||||
"view": "views/fields/teams"
|
||||
},
|
||||
"advowareAktenzeichen": {
|
||||
"type": "varchar",
|
||||
"required": false,
|
||||
"maxLength": 100,
|
||||
"tooltip": true,
|
||||
"isCustom": true,
|
||||
"copyToClipboard": true
|
||||
},
|
||||
"aktennr": {
|
||||
"type": "int",
|
||||
"required": false,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"syncStatus": {
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
"options": [
|
||||
"pending_sync",
|
||||
"clean",
|
||||
"unclean",
|
||||
"failed",
|
||||
"no_sync"
|
||||
],
|
||||
"style": {
|
||||
"pending_sync": "default",
|
||||
"clean": "success",
|
||||
"unclean": "warning",
|
||||
"failed": "danger",
|
||||
"no_sync": null
|
||||
},
|
||||
"default": "no_sync",
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"lastSync": {
|
||||
"type": "datetime",
|
||||
"required": false,
|
||||
"readOnly": true,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"cmietinkassoId": {
|
||||
"type": "varchar",
|
||||
"len": 17,
|
||||
"isCustom": true
|
||||
},
|
||||
"cmietinkassoName": {
|
||||
"type": "varchar",
|
||||
"isCustom": true
|
||||
},
|
||||
"cvmhRumungsklageId": {
|
||||
"type": "varchar",
|
||||
"len": 17,
|
||||
"isCustom": true
|
||||
},
|
||||
"cvmhRumungsklageName": {
|
||||
"type": "varchar",
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"createdBy": {
|
||||
"type": "belongsTo",
|
||||
"entity": "User"
|
||||
},
|
||||
"modifiedBy": {
|
||||
"type": "belongsTo",
|
||||
"entity": "User"
|
||||
},
|
||||
"assignedUser": {
|
||||
"type": "belongsTo",
|
||||
"entity": "User"
|
||||
},
|
||||
"teams": {
|
||||
"type": "hasMany",
|
||||
"entity": "Team",
|
||||
"relationName": "entityTeam",
|
||||
"layoutRelationshipsDisabled": true
|
||||
},
|
||||
"meetings": {
|
||||
"type": "hasMany",
|
||||
"entity": "Meeting",
|
||||
"foreign": "parent"
|
||||
},
|
||||
"calls": {
|
||||
"type": "hasMany",
|
||||
"entity": "Call",
|
||||
"foreign": "parent"
|
||||
},
|
||||
"tasks": {
|
||||
"type": "hasChildren",
|
||||
"entity": "Task",
|
||||
"foreign": "parent"
|
||||
},
|
||||
"emails": {
|
||||
"type": "hasChildren",
|
||||
"entity": "Email",
|
||||
"foreign": "parent",
|
||||
"layoutRelationshipsDisabled": true
|
||||
},
|
||||
"cDokumente": {
|
||||
"type": "hasMany",
|
||||
"entity": "CDokumente",
|
||||
"foreign": "cAdvowareAkten",
|
||||
"relationName": "cAdvowareAktenCDokumente",
|
||||
"additionalColumns": {
|
||||
"hnr": {
|
||||
"type": "varchar",
|
||||
"len": 255
|
||||
},
|
||||
"syncStatus": {
|
||||
"type": "varchar",
|
||||
"len": 50,
|
||||
"default": "new"
|
||||
}
|
||||
},
|
||||
"isCustom": true
|
||||
},
|
||||
"cAICollection": {
|
||||
"type": "hasOne",
|
||||
"entity": "CAICollection",
|
||||
"foreign": "cAdvowareAkte",
|
||||
"isCustom": true
|
||||
},
|
||||
"cmietinkasso": {
|
||||
"type": "belongsTo",
|
||||
"entity": "CMietinkasso",
|
||||
"foreign": "cAdvowareAkte",
|
||||
"isCustom": true
|
||||
},
|
||||
"cvmhRumungsklage": {
|
||||
"type": "belongsTo",
|
||||
"entity": "CVmhRumungsklage",
|
||||
"foreign": "cAdvowareAkte",
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
"orderBy": "createdAt",
|
||||
"order": "desc"
|
||||
},
|
||||
"indexes": {
|
||||
"name": {
|
||||
"columns": [
|
||||
"name",
|
||||
"deleted"
|
||||
]
|
||||
},
|
||||
"assignedUser": {
|
||||
"columns": [
|
||||
"assignedUserId",
|
||||
"deleted"
|
||||
]
|
||||
},
|
||||
"createdAt": {
|
||||
"columns": [
|
||||
"createdAt"
|
||||
]
|
||||
},
|
||||
"createdAtId": {
|
||||
"unique": true,
|
||||
"columns": [
|
||||
"createdAt",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user