Skip to content

Commit 39a73ad

Browse files
committed
Fix compositeUniqueKey configurations
1 parent 0b7aebe commit 39a73ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

properties_pane/entity_level/entityLevelConfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,12 @@ making sure that you maintain a proper JSON format.
771771
{
772772
"propertyName": "Key",
773773
"propertyKeyword": "compositeUniqueKey",
774-
"propertyType": "primaryKeySetter",
774+
"propertyType": "compositeKeySetter",
775+
"disabledItemStrategy": "default",
776+
"setPrimaryKey": false,
777+
"template": "collectiontree",
775778
"requiredProperty": true,
779+
"isCompositeKey": true,
776780
"abbr": "uk"
777781
},
778782
{

0 commit comments

Comments
 (0)