Skip to content

Commit 3aa9a81

Browse files
authored
Merge pull request #47 from Vitalii4as/fix/HCK-3289-postgres-column-warning-default
Fix compositeUniqueKey configurations
2 parents a65d7eb + 39a73ad commit 3aa9a81

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)