Skip to content

Commit

Permalink
HCK-9144: Oracle table can have only one identity number column (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlikRakhmonov authored Dec 16, 2024
1 parent c967d51 commit 2ce7316
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2707,7 +2707,12 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "As identity",
"propertyKeyword": "asIdentity",
"propertyType": "checkbox"
"propertyType": "checkbox",
"disabledOnCondition": {
"level": "siblings",
"key": "generatedDefaultValue.asIdentity",
"value": true
}
},
{
"propertyName": "Expression",
Expand Down Expand Up @@ -2755,7 +2760,12 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "As identity",
"propertyKeyword": "asIdentity",
"propertyType": "checkbox"
"propertyType": "checkbox",
"disabledOnCondition": {
"level": "siblings",
"key": "generatedDefaultValue.asIdentity",
"value": true
}
},
{
"propertyName": "Type",
Expand Down

0 comments on commit 2ce7316

Please sign in to comment.