customizationReadOnlyDisabled for account field

This commit is contained in:
Yuri Kuznetsov
2024-03-04 17:00:40 +02:00
parent 7cdcb375b3
commit f02ee87344
3 changed files with 8 additions and 4 deletions
@@ -67,7 +67,8 @@
},
"account": {
"type": "link",
"readOnly": true
"readOnly": true,
"customizationReadOnlyDisabled": true
},
"acceptanceStatus": {
"type": "enum",
@@ -70,7 +70,8 @@
},
"account": {
"type": "link",
"readOnly": true
"readOnly": true,
"customizationReadOnlyDisabled": true
},
"acceptanceStatus": {
"type": "enum",
@@ -82,11 +82,13 @@
},
"account": {
"type": "link",
"readOnly": true
"readOnly": true,
"customizationReadOnlyDisabled": true
},
"contact": {
"type": "link",
"readOnly": true
"readOnly": true,
"customizationReadOnlyDisabled": true
},
"createdAt": {
"type": "datetime",