From c54d8f6bf29211fabbccc70987fda50090d3eb56 Mon Sep 17 00:00:00 2001 From: Yevhenii Moroziuk Date: Thu, 14 Nov 2024 11:19:52 +0200 Subject: [PATCH] HCK-8740: Add composite PK/UK to FE (#144) --- properties_pane/field_level/fieldLevelConfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index 3f3c9a4..ab092ea 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -1009,6 +1009,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -1348,6 +1349,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "type": "and", @@ -2840,6 +2842,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -3179,6 +3182,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "type": "and", @@ -4689,6 +4693,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -5028,6 +5033,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "type": "and", @@ -7937,6 +7943,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -8276,6 +8283,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "type": "and", @@ -9177,6 +9185,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -9516,6 +9525,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "type": "and", @@ -10334,6 +10344,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -10673,6 +10684,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "type": "and",