Refactor Blake3 hashing implementation in CDokumente; update localization and metadata files
This commit is contained in:
@@ -45,13 +45,6 @@
|
||||
"isCustom": true,
|
||||
"audited": true
|
||||
},
|
||||
"ydocumentuuid": {
|
||||
"type": "varchar",
|
||||
"maxLength": 100,
|
||||
"readOnlyAfterCreate": true,
|
||||
"options": [],
|
||||
"isCustom": true
|
||||
},
|
||||
"preview": {
|
||||
"type": "image",
|
||||
"previewSize": "medium",
|
||||
@@ -63,7 +56,7 @@
|
||||
"type": "varchar",
|
||||
"maxLength": 64,
|
||||
"copyToClipboard": true,
|
||||
"readOnlyAfterCreate": true,
|
||||
"readOnlyAfterCreate": false,
|
||||
"options": [],
|
||||
"isCustom": true,
|
||||
"tooltip": true
|
||||
@@ -73,59 +66,53 @@
|
||||
"entity": "CPuls",
|
||||
"isCustom": true
|
||||
},
|
||||
"fileStatus": {
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
"options": [
|
||||
"new",
|
||||
"changed",
|
||||
"synced"
|
||||
],
|
||||
"style": {
|
||||
"new": "info",
|
||||
"changed": "warning",
|
||||
"synced": "success"
|
||||
},
|
||||
"default": "new",
|
||||
"readOnly": false,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"advowareAktenHnr": {
|
||||
"type": "int",
|
||||
"notStorable": true,
|
||||
"utility": true,
|
||||
"layoutAvailabilityList": ["listForAdvowareAkten"]
|
||||
"layoutAvailabilityList": [
|
||||
"listForAdvowareAkten"
|
||||
]
|
||||
},
|
||||
"advowareAktenSyncstatus": {
|
||||
"type": "varchar",
|
||||
"notStorable": true,
|
||||
"utility": true,
|
||||
"layoutAvailabilityList": ["listForAdvowareAkten"]
|
||||
"layoutAvailabilityList": [
|
||||
"listForAdvowareAkten"
|
||||
]
|
||||
},
|
||||
"advowareAktenLastSync": {
|
||||
"type": "datetime",
|
||||
"notStorable": true,
|
||||
"utility": true,
|
||||
"layoutAvailabilityList": ["listForAdvowareAkten"]
|
||||
"layoutAvailabilityList": [
|
||||
"listForAdvowareAkten"
|
||||
]
|
||||
},
|
||||
"aiKnowledgeAiDocumentId": {
|
||||
"type": "varchar",
|
||||
"notStorable": true,
|
||||
"utility": true,
|
||||
"layoutAvailabilityList": ["listForAIKnowledge"]
|
||||
"layoutAvailabilityList": [
|
||||
"listForAIKnowledge"
|
||||
]
|
||||
},
|
||||
"aiKnowledgeSyncstatus": {
|
||||
"type": "varchar",
|
||||
"notStorable": true,
|
||||
"utility": true,
|
||||
"layoutAvailabilityList": ["listForAIKnowledge"]
|
||||
"layoutAvailabilityList": [
|
||||
"listForAIKnowledge"
|
||||
]
|
||||
},
|
||||
"aiKnowledgeLastSync": {
|
||||
"type": "datetime",
|
||||
"notStorable": true,
|
||||
"utility": true,
|
||||
"layoutAvailabilityList": ["listForAIKnowledge"]
|
||||
"layoutAvailabilityList": [
|
||||
"listForAIKnowledge"
|
||||
]
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
|
||||
Reference in New Issue
Block a user