read-only link tooltip

This commit is contained in:
Yuri Kuznetsov
2023-09-13 17:57:56 +03:00
parent f54656dde1
commit b7ae677fb3
4 changed files with 8 additions and 4 deletions
@@ -104,7 +104,8 @@
"optionsArray": "A list of possible values and their labels. If empty, the field will allow entering custom values.",
"maxCount": "Maximum number of items allowed to be selected.",
"displayAsList": "Each item in a new line.",
"optionsVarchar": "A list of autocomplete values."
"optionsVarchar": "A list of autocomplete values.",
"linkReadOnly": "Field value can't be specified by user. But can be calculated by formula.\n\nIt will also disable the ability to create a related record from relationship panels."
},
"fieldParts": {
"address": {
@@ -11,7 +11,8 @@
},
{
"name": "readOnly",
"type": "bool"
"type": "bool",
"tooltip": "linkReadOnly"
},
{
"name": "default",
@@ -13,7 +13,8 @@
},
{
"name": "readOnly",
"type": "bool"
"type": "bool",
"tooltip": "linkReadOnly"
},
{
"name": "default",
@@ -16,7 +16,8 @@
},
{
"name": "readOnly",
"type": "bool"
"type": "bool",
"tooltip": "linkReadOnly"
}
],
"actualFields": [