Skip to content

Commit

Permalink
HCK-7711: remove old cleanDependency property
Browse files Browse the repository at this point in the history
  • Loading branch information
AlikRakhmonov committed Aug 20, 2024
1 parent e321044 commit 02cc43b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ making sure that you maintain a proper JSON format.
"propertyType": "select",
"options": ["char", "varchar", "tinytext", "text", "mediumtext", "longtext"],
"data": "options",
"valueType": "string",
"cleanDependency": true
"valueType": "string"
},
{
"propertyName": "Length",
Expand Down Expand Up @@ -188,7 +187,6 @@ making sure that you maintain a proper JSON format.
"key": "mode",
"value": "longtext"
},
"cleanDependency": true,
"defaultValue": ""
},
{
Expand Down Expand Up @@ -1232,7 +1230,6 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "unique",
"cleanDependency": true,
"enableForReference": true,
"propertyType": "checkbox",
"dependency": {
Expand Down Expand Up @@ -1824,7 +1821,6 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "unique",
"cleanDependency": true,
"enableForReference": true,
"propertyType": "checkbox",
"dependency": {
Expand Down Expand Up @@ -2017,7 +2013,6 @@ making sure that you maintain a proper JSON format.
"maxValue": 255,
"step": 1,
"typeDecorator": true,
"cleanDependency": true,
"dependency": {
"key": "mode",
"value": "binary"
Expand All @@ -2033,7 +2028,6 @@ making sure that you maintain a proper JSON format.
"maxValue": 21844,
"step": 1,
"typeDecorator": true,
"cleanDependency": true,
"dependency": {
"key": "mode",
"value": "varbinary"
Expand All @@ -2049,7 +2043,6 @@ making sure that you maintain a proper JSON format.
"maxValue": 21844,
"step": 1,
"typeDecorator": true,
"cleanDependency": true,
"dependency": {
"key": "mode",
"value": "blob"
Expand Down Expand Up @@ -2361,7 +2354,6 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "unique",
"cleanDependency": true,
"enableForReference": true,
"propertyType": "checkbox",
"dependency": {
Expand Down Expand Up @@ -2849,7 +2841,6 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "unique",
"cleanDependency": true,
"enableForReference": true,
"propertyType": "checkbox",
"dependency": {
Expand Down

0 comments on commit 02cc43b

Please sign in to comment.