Add new fields to CAdressen JSON and metadata; update layout for Advoware Sync; refresh cache timestamps in config.

This commit is contained in:
2026-01-20 21:58:48 +01:00
parent 88068364cc
commit 156c712737
5 changed files with 59 additions and 4 deletions

View File

@@ -62,6 +62,36 @@
"type": "int",
"readOnly": true,
"isCustom": true
},
"betnr": {
"type": "int",
"required": false,
"tooltip": true,
"isCustom": true
},
"advowareLastSync": {
"type": "datetime",
"required": false,
"readOnly": true,
"tooltip": true,
"isCustom": true
},
"syncStatus": {
"type": "enum",
"required": false,
"options": [
"clean",
"unclean",
"failed"
],
"style": {
"clean": "success",
"unclean": "warning",
"failed": "danger"
},
"default": "clean",
"tooltip": true,
"isCustom": true
}
},
"links": {