Skip to content

Commit

Permalink
Revert "HCK-7711: remove old cleanDependency property (#120)" (#122)
Browse files Browse the repository at this point in the history
This reverts commit d45dd36.
  • Loading branch information
AlikRakhmonov authored Aug 22, 2024
1 parent fc6cd3d commit 7906d13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ making sure that you maintain a proper JSON format.
"options": ["nvarchar2", "nchar", "varchar2", "char"],
"data": "options",
"valueType": "string",
"cleanDependency": true,
"dependency": [
{
"type": "not",
Expand Down Expand Up @@ -5715,6 +5716,7 @@ making sure that you maintain a proper JSON format.
"options": ["blob", "clob", "nclob", "bfile"],
"data": "options",
"valueType": "string",
"cleanDependency": true,
"dependency": {
"type": "not",
"values": [
Expand Down Expand Up @@ -11417,6 +11419,7 @@ making sure that you maintain a proper JSON format.
"options": ["varray", "table"],
"data": "options",
"valueType": "string",
"cleanDependency": true,
"dependency": {
"type": "not",
"values": [
Expand Down

0 comments on commit 7906d13

Please sign in to comment.