Skip to content

Commit

Permalink
HCK-7033: remove properties that do not pass dependency check (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlikRakhmonov authored Aug 20, 2024
1 parent c385230 commit 931c963
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down Expand Up @@ -1686,6 +1687,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down Expand Up @@ -2293,6 +2295,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down Expand Up @@ -2784,6 +2787,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down Expand Up @@ -3454,6 +3458,7 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "primaryKey",
"enableForReference": true,
"propertyType": "checkbox",
"preserveOnCleanDependencies": true,
"dependency": {
"type": "and",
"values": [
Expand Down

0 comments on commit 931c963

Please sign in to comment.