fix: Remove readOnly attribute from betnr and syncStatus fields in CBeteiligte entity
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user