Skip to content

Commit

Permalink
HCK-7580: took disabledOnCondition for deactivated property
Browse files Browse the repository at this point in the history
  • Loading branch information
WilhelmWesser committed Aug 9, 2024
1 parent 5f0274e commit a26070d
Showing 1 changed file with 70 additions and 10 deletions.
80 changes: 70 additions & 10 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,13 @@ making sure that you maintain a proper JSON format.
"enableForReference": true,
"disabledOnTab": "view",
"valueType": "boolean",
"abbr": "pk"
"abbr": "pk",
"disabledOnCondition": [
{
"key": "isActivated",
"value": false
}
]
},
{
"propertyName": "Unique",
Expand Down Expand Up @@ -232,7 +238,13 @@ making sure that you maintain a proper JSON format.
"enableForReference": true,
"disabledOnTab": "view",
"valueType": "boolean",
"abbr": "pk"
"abbr": "pk",
"disabledOnCondition": [
{
"key": "isActivated",
"value": false
}
]
},
{
"propertyName": "Unique",
Expand Down Expand Up @@ -307,7 +319,13 @@ making sure that you maintain a proper JSON format.
"enableForReference": true,
"disabledOnTab": "view",
"valueType": "boolean",
"abbr": "pk"
"abbr": "pk",
"disabledOnCondition": [
{
"key": "isActivated",
"value": false
}
]
},
{
"propertyName": "Unique",
Expand Down Expand Up @@ -350,7 +368,13 @@ making sure that you maintain a proper JSON format.
"enableForReference": true,
"disabledOnTab": "view",
"valueType": "boolean",
"abbr": "pk"
"abbr": "pk",
"disabledOnCondition": [
{
"key": "isActivated",
"value": false
}
]
},
{
"propertyName": "Unique",
Expand Down Expand Up @@ -394,7 +418,13 @@ making sure that you maintain a proper JSON format.
"enableForReference": true,
"disabledOnTab": "view",
"valueType": "boolean",
"abbr": "pk"
"abbr": "pk",
"disabledOnCondition": [
{
"key": "isActivated",
"value": false
}
]
},
{
"propertyName": "Unique",
Expand Down Expand Up @@ -437,7 +467,13 @@ making sure that you maintain a proper JSON format.
"enableForReference": true,
"disabledOnTab": "view",
"valueType": "boolean",
"abbr": "pk"
"abbr": "pk",
"disabledOnCondition": [
{
"key": "isActivated",
"value": false
}
]
},
{
"propertyName": "Unique",
Expand Down Expand Up @@ -499,7 +535,13 @@ making sure that you maintain a proper JSON format.
"enableForReference": true,
"disabledOnTab": "view",
"valueType": "boolean",
"abbr": "pk"
"abbr": "pk",
"disabledOnCondition": [
{
"key": "isActivated",
"value": false
}
]
},
{
"propertyName": "Unique",
Expand Down Expand Up @@ -585,7 +627,13 @@ making sure that you maintain a proper JSON format.
"enableForReference": true,
"disabledOnTab": "view",
"valueType": "boolean",
"abbr": "pk"
"abbr": "pk",
"disabledOnCondition": [
{
"key": "isActivated",
"value": false
}
]
},
{
"propertyName": "Unique",
Expand Down Expand Up @@ -629,7 +677,13 @@ making sure that you maintain a proper JSON format.
"enableForReference": true,
"disabledOnTab": "view",
"valueType": "boolean",
"abbr": "pk"
"abbr": "pk",
"disabledOnCondition": [
{
"key": "isActivated",
"value": false
}
]
},
{
"propertyName": "Unique",
Expand Down Expand Up @@ -685,7 +739,13 @@ making sure that you maintain a proper JSON format.
"enableForReference": true,
"disabledOnTab": "view",
"valueType": "boolean",
"abbr": "pk"
"abbr": "pk",
"disabledOnCondition": [
{
"key": "isActivated",
"value": false
}
]
},
{
"propertyName": "Unique",
Expand Down

0 comments on commit a26070d

Please sign in to comment.