customizationReadOnlyDisabled for account field
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user