Skip to content

Commit

Permalink
HCK-6859: fix dependency and selection for pk structure segments
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-filonenko committed Jun 20, 2024
1 parent a176ce4 commit 4a5cc2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKeyStructure",
"propertyTooltip": "For user-defined key structure, describe the different segments for the PK",
"propertyType": "group",
"groupControl": true,
"templateOptions": {
"hasToggler": true
},
"structure": [
{
"propertyName": "Segment type",
Expand Down Expand Up @@ -175,6 +179,10 @@ making sure that you maintain a proper JSON format.
"propertyType": "fieldList",
"template": "orderedList",
"parentType": "primaryKeyStructure",
"disabledItemStrategy": {
"type": "allowTypes",
"parameters": ["string", "number"]
},
"dependency": {
"key": "segmentType",
"value": "field"
Expand Down

0 comments on commit 4a5cc2a

Please sign in to comment.