Refactor CreateAdvowareAkte and CVmhMietverhltnis to omit aktenzeichen generation; update localization for syncStatus options in CAdvowareAkten; adjust microtime values in config and state files
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
"neu": "Neu",
|
||||
"import": "Import",
|
||||
"synced": "Synchronisiert",
|
||||
"unclean": "Nicht synchronisiert",
|
||||
"pending_sync": "Synchronisierung ausstehend"
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
"Create CAdvowareAkten": "Create Advoware Akten"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
"synced": "Synchronized",
|
||||
"syncStatus": { "neu": "New",
|
||||
"import": "Import", "synced": "Synchronized",
|
||||
"unclean": "Not Synchronized",
|
||||
"pending_sync": "Synchronization Pending"
|
||||
},
|
||||
|
||||
@@ -66,14 +66,18 @@
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
"options": [
|
||||
"neu",
|
||||
"import",
|
||||
"synced",
|
||||
"unclean",
|
||||
"pending_sync"
|
||||
],
|
||||
"style": {
|
||||
"neu": "primary",
|
||||
"import": "info",
|
||||
"synced": "success",
|
||||
"unclean": "warning",
|
||||
"pending_sync": "info"
|
||||
"pending_sync": "default"
|
||||
},
|
||||
"default": "unclean",
|
||||
"tooltip": true,
|
||||
|
||||
Reference in New Issue
Block a user