From dea874939b69b57149264ce990cea9e1875dcf26 Mon Sep 17 00:00:00 2001 From: Vitalii Yarmus Date: Mon, 13 Jul 2026 17:28:06 +0300 Subject: [PATCH] HCK-16953: allow changing the mode on the level of a reference --- properties_pane/field_level/fieldLevelConfig.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index d98e0fb..2e2a771 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -126,6 +126,7 @@ making sure that you maintain a proper JSON format. "propertyName": "Subtype", "propertyKeyword": "mode", "propertyType": "select", + "enableForReference": true, "options": ["char", "nchar", "ntext", "text", "varchar", "nvarchar"], "data": "options", "valueType": "string", @@ -989,6 +990,7 @@ making sure that you maintain a proper JSON format. "propertyName": "Subtype", "propertyKeyword": "mode", "propertyType": "select", + "enableForReference": true, "options": [ "bigint", "bit", @@ -1009,6 +1011,7 @@ making sure that you maintain a proper JSON format. "propertyName": "Synonym", "propertyKeyword": "synonym", "propertyType": "select", + "enableForReference": true, "options": ["", "dec"], "data": "options", "valueType": "string", @@ -1021,6 +1024,7 @@ making sure that you maintain a proper JSON format. "propertyName": "Synonym", "propertyKeyword": "synonym", "propertyType": "select", + "enableForReference": true, "options": ["", "double precision"], "data": "options", "valueType": "string", @@ -1741,6 +1745,7 @@ making sure that you maintain a proper JSON format. "propertyName": "Subtype", "propertyKeyword": "mode", "propertyType": "select", + "enableForReference": true, "options": ["binary", "image", "varbinary"], "data": "options", "valueType": "string" @@ -1749,6 +1754,7 @@ making sure that you maintain a proper JSON format. "propertyName": "Synonym", "propertyKeyword": "synonym", "propertyType": "select", + "enableForReference": true, "options": ["", "binary varying"], "data": "options", "valueType": "string", @@ -2427,6 +2433,7 @@ making sure that you maintain a proper JSON format. "propertyType": "select", "options": ["date", "datetime", "datetime2", "datetimeoffset", "smalldatetime", "time", "timestamp"], "data": "options", + "enableForReference": true, "valueType": "string" }, {