From 39a73adcc1c34cf70d6f68186f46b78ba196475e Mon Sep 17 00:00:00 2001 From: Vitalii Yarmus Date: Fri, 31 Mar 2023 15:51:50 +0300 Subject: [PATCH] Fix compositeUniqueKey configurations --- properties_pane/entity_level/entityLevelConfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/properties_pane/entity_level/entityLevelConfig.json b/properties_pane/entity_level/entityLevelConfig.json index f2ab031..fa4cfe2 100644 --- a/properties_pane/entity_level/entityLevelConfig.json +++ b/properties_pane/entity_level/entityLevelConfig.json @@ -771,8 +771,12 @@ making sure that you maintain a proper JSON format. { "propertyName": "Key", "propertyKeyword": "compositeUniqueKey", - "propertyType": "primaryKeySetter", + "propertyType": "compositeKeySetter", + "disabledItemStrategy": "default", + "setPrimaryKey": false, + "template": "collectiontree", "requiredProperty": true, + "isCompositeKey": true, "abbr": "uk" }, {