From 5d7da09d937667789e5583045e497a5fe052872b Mon Sep 17 00:00:00 2001 From: Yevhenii Moroziuk Date: Thu, 14 Nov 2024 11:19:56 +0200 Subject: [PATCH] HCK-8740: Add composite PK/UK to FE (#124) --- .../field_level/fieldLevelConfig.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index 464b84e..2dd6daa 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -275,6 +275,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -533,6 +534,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -860,6 +862,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -1118,6 +1121,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -1406,6 +1410,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -1664,6 +1669,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -1991,6 +1997,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -2249,6 +2256,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -2633,6 +2641,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -2891,6 +2900,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -3185,6 +3195,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -3443,6 +3454,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -3896,6 +3908,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -4154,6 +4167,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -4428,6 +4442,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -4686,6 +4701,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -4981,6 +4997,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -5239,6 +5256,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey",