Refactor CAdvowareAkten and CDokumente hooks; update localization and metadata; adjust microtime values in config and state files
This commit is contained in:
@@ -57,12 +57,6 @@
|
||||
"disableFormatting": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"aktenpfad": {
|
||||
"type": "varchar",
|
||||
"maxLength": 500,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"syncStatus": {
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
@@ -118,7 +112,12 @@
|
||||
},
|
||||
"dokumenteSyncstatus": {
|
||||
"type": "enum",
|
||||
"options": ["new", "unclean", "synced", "failed"],
|
||||
"options": [
|
||||
"new",
|
||||
"unclean",
|
||||
"synced",
|
||||
"failed"
|
||||
],
|
||||
"notStorable": true,
|
||||
"utility": true,
|
||||
"disabled": true
|
||||
|
||||
Reference in New Issue
Block a user