Skip to content

Commit

Permalink
HCK-9505: ability to uncheck AS IDENTITY when it should be disabled (#…
Browse files Browse the repository at this point in the history
…159)

* HCK-9505: ability to uncheck AS IDENTITY when it should be disabled

* fix

* fix
  • Loading branch information
AlikRakhmonov authored Jan 14, 2025
1 parent b6c2e4e commit ac6cc1e
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2712,6 +2712,18 @@ making sure that you maintain a proper JSON format.
"level": "siblings",
"key": "generatedDefaultValue.asIdentity",
"value": true
},
"propertyTooltip": {
"disabled": [
{
"tooltip": "Another column has already been selected as identity. You must unselect it prior to selecting this column.",
"dependency": {
"level": "siblings",
"key": "generatedDefaultValue.asIdentity",
"value": true
}
}
]
}
},
{
Expand Down Expand Up @@ -2760,12 +2772,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "As identity",
"propertyKeyword": "asIdentity",
"propertyType": "checkbox",
"disabledOnCondition": {
"level": "siblings",
"key": "generatedDefaultValue.asIdentity",
"value": true
}
"propertyType": "checkbox"
},
{
"propertyName": "Type",
Expand Down

0 comments on commit ac6cc1e

Please sign in to comment.