Add 'aktivierungsstatus' field to CAIKnowledge and CAdvowareAkten entities; update API documentation and configuration timestamps
This commit is contained in:
@@ -69,6 +69,25 @@
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"aktivierungsstatus": {
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
"options": [
|
||||
"new",
|
||||
"active",
|
||||
"paused",
|
||||
"deactivated"
|
||||
],
|
||||
"style": {
|
||||
"new": "primary",
|
||||
"active": "success",
|
||||
"paused": "warning",
|
||||
"deactivated": "danger"
|
||||
},
|
||||
"default": "new",
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"dokumenteAiDocumentId": {
|
||||
"type": "varchar",
|
||||
"notStorable": true,
|
||||
|
||||
Reference in New Issue
Block a user