Skip to content

Commit 343b618

Browse files
HCK-7033: remove properties that do not pass dependency check (#79)
* Revert "Revert "fix: config dependency (#76)" (#77)" This reverts commit 3945ae7. * preserve
1 parent 3945ae7 commit 343b618

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* Copyright © 2016-2017 by IntegrIT S.A. dba Hackolade. All rights reserved.
33
*
44
* The copyright to the computer software herein is the property of IntegrIT S.A.
5-
* The software may be used and/or copied only with the written permission of
6-
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
7-
* the agreement/contract under which the software has been supplied.
5+
* The software may be used and/or copied only with the written permission of
6+
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
7+
* the agreement/contract under which the software has been supplied.
88

99

1010
In order to define custom properties for any object's properties pane, you may copy/paste from the following,
@@ -78,8 +78,8 @@ making sure that you maintain a proper JSON format.
7878
]
7979
},
8080
// “groupInput” can have the following states - 0 items, 1 item, and many items.
81-
// “blockInput” has only 2 states - 0 items or 1 item.
82-
// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing
81+
// “blockInput” has only 2 states - 0 items or 1 item.
82+
// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing
8383
// and forward-engineering in particular.
8484
{
8585
"propertyName": "Block",
@@ -111,7 +111,7 @@ making sure that you maintain a proper JSON format.
111111
"shouldValidate": false,
112112
"propertyType": "fieldList",
113113
"template": "orderedList"
114-
},
114+
},
115115
{
116116
"propertyName": "List with attribute",
117117
"propertyKeyword": "keyListOrder",
@@ -2474,10 +2474,11 @@ making sure that you maintain a proper JSON format.
24742474
"fieldName": "Name",
24752475
"fieldKeyword": "name",
24762476
"fieldType": "coupled",
2477+
"preserveOnCleanDependencies": true,
24772478
"dependency": {
24782479
"level": "parent",
2479-
"key": "name",
2480-
"value": "responses"
2480+
"key": "entityType",
2481+
"value": "response"
24812482
},
24822483
"disabledOnCondition": {
24832484
"level": "parent",
@@ -2489,10 +2490,11 @@ making sure that you maintain a proper JSON format.
24892490
"fieldName": "Technical name",
24902491
"fieldKeyword": "code",
24912492
"fieldType": "coupled",
2493+
"preserveOnCleanDependencies": true,
24922494
"dependency": {
24932495
"level": "parent",
2494-
"key": "name",
2495-
"value": "responses"
2496+
"key": "entityType",
2497+
"value": "response"
24962498
},
24972499
"disabledOnCondition": {
24982500
"level": "parent",

0 commit comments

Comments
 (0)