fix: Remove readOnly attribute from betnr and syncStatus fields in CBeteiligte entity

This commit is contained in:
2026-02-07 16:27:50 +01:00
parent 44658e1238
commit 6e6fc841f5
3 changed files with 3 additions and 5 deletions

View File

@@ -121,7 +121,6 @@
"betnr": {
"type": "int",
"required": false,
"readOnly": true,
"tooltip": true,
"isCustom": true
},
@@ -135,7 +134,6 @@
"syncStatus": {
"type": "enum",
"required": true,
"readOnly": true,
"options": [
"pending_sync",
"clean",