Skip to content

Commit c39edd6

Browse files
author
unknown
committed
placed back not-null checkbox sync with primary key checkbox
1 parent ce9ba0c commit c39edd6

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,33 @@ making sure that you maintain a proper JSON format.
193193
"propertyName": "Not null",
194194
"propertyKeyword": "required",
195195
"enableForReference": true,
196-
"propertyType": "checkbox"
196+
"propertyType": "checkbox",
197+
"dependency": {
198+
"key": "primaryKey",
199+
"value": true
200+
},
201+
"disabled": true,
202+
"defaultValue": true
203+
},
204+
{
205+
"propertyName": "Not null",
206+
"propertyKeyword": "required",
207+
"enableForReference": true,
208+
"propertyType": "checkbox",
209+
"dependency": {
210+
"type": "or",
211+
"values": [
212+
{
213+
"key": "primaryKey",
214+
"value": false
215+
},
216+
{
217+
"key": "primaryKey",
218+
"exists": false
219+
}
220+
]
221+
},
222+
"defaultValue": false
197223
},
198224
"default",
199225
{

0 commit comments

Comments
 (0)