Skip to content

Commit 0e213b2

Browse files
authored
#2137 - Full Time Work Question - Bug (#2345)
The conditional is not applied in the panel rather applied in the question below, so fixed it right now.
1 parent abedf72 commit 0e213b2

File tree

3 files changed

+28
-23
lines changed

3 files changed

+28
-23
lines changed

sources/packages/forms/src/form-definitions/sfaa2021-22.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -10385,9 +10385,9 @@
1038510385
"customConditional": "",
1038610386
"conditional": {
1038710387
"json": "",
10388-
"show": null,
10389-
"when": null,
10390-
"eq": ""
10388+
"show": "true",
10389+
"when": "howWillYouBeAttendingTheProgram",
10390+
"eq": "Full Time"
1039110391
},
1039210392
"logic": [],
1039310393
"attributes": {},
@@ -10586,9 +10586,9 @@
1058610586
"attributes": {},
1058710587
"validateOn": "change",
1058810588
"conditional": {
10589-
"show": "true",
10590-
"when": "howWillYouBeAttendingTheProgram",
10591-
"eq": "Full Time"
10589+
"show": "",
10590+
"when": "",
10591+
"eq": ""
1059210592
},
1059310593
"overlay": {
1059410594
"style": "",
@@ -10606,7 +10606,8 @@
1060610606
"inputType": "radio",
1060710607
"fieldSet": false,
1060810608
"id": "eqf8qus",
10609-
"addons": []
10609+
"addons": [],
10610+
"tags": []
1061010611
}
1061110612
],
1061210613
"id": "erpkbb"

sources/packages/forms/src/form-definitions/sfaa2022-23.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -10385,9 +10385,9 @@
1038510385
"customConditional": "",
1038610386
"conditional": {
1038710387
"json": "",
10388-
"show": null,
10389-
"when": null,
10390-
"eq": ""
10388+
"show": "true",
10389+
"when": "howWillYouBeAttendingTheProgram",
10390+
"eq": "Full Time"
1039110391
},
1039210392
"logic": [],
1039310393
"attributes": {},
@@ -10524,7 +10524,8 @@
1052410524
"showWordCount": false,
1052510525
"allowMultipleMasks": false,
1052610526
"addons": [],
10527-
"id": "e7vkza"
10527+
"id": "e7vkza",
10528+
"isNew": false
1052810529
},
1052910530
{
1053010531
"label": "<strong>In the time since you left high school to your first day of classes, have you spent two periods of 12 consecutive months each, in the full time labour force?</strong>",
@@ -10586,9 +10587,9 @@
1058610587
"attributes": {},
1058710588
"validateOn": "change",
1058810589
"conditional": {
10589-
"show": "true",
10590-
"when": "howWillYouBeAttendingTheProgram",
10591-
"eq": "Full Time"
10590+
"show": "",
10591+
"when": "",
10592+
"eq": ""
1059210593
},
1059310594
"overlay": {
1059410595
"style": "",
@@ -10606,7 +10607,8 @@
1060610607
"inputType": "radio",
1060710608
"fieldSet": false,
1060810609
"id": "eqf8qus",
10609-
"addons": []
10610+
"addons": [],
10611+
"tags": []
1061010612
}
1061110613
],
1061210614
"id": "erpkbb"

sources/packages/forms/src/form-definitions/sfaa2023-24.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -10385,9 +10385,9 @@
1038510385
"customConditional": "",
1038610386
"conditional": {
1038710387
"json": "",
10388-
"show": null,
10389-
"when": null,
10390-
"eq": ""
10388+
"show": "true",
10389+
"when": "howWillYouBeAttendingTheProgram",
10390+
"eq": "Full Time"
1039110391
},
1039210392
"logic": [],
1039310393
"attributes": {},
@@ -10524,7 +10524,8 @@
1052410524
"showWordCount": false,
1052510525
"allowMultipleMasks": false,
1052610526
"addons": [],
10527-
"id": "e7vkza"
10527+
"id": "e7vkza",
10528+
"isNew": false
1052810529
},
1052910530
{
1053010531
"label": "<strong>In the time since you left high school to your first day of classes, have you spent two periods of 12 consecutive months each, in the full time labour force?</strong>",
@@ -10586,9 +10587,9 @@
1058610587
"attributes": {},
1058710588
"validateOn": "change",
1058810589
"conditional": {
10589-
"show": "true",
10590-
"when": "howWillYouBeAttendingTheProgram",
10591-
"eq": "Full Time"
10590+
"show": "",
10591+
"when": "",
10592+
"eq": ""
1059210593
},
1059310594
"overlay": {
1059410595
"style": "",
@@ -10606,7 +10607,8 @@
1060610607
"inputType": "radio",
1060710608
"fieldSet": false,
1060810609
"id": "eqf8qus",
10609-
"addons": []
10610+
"addons": [],
10611+
"tags": []
1061010612
}
1061110613
],
1061210614
"id": "erpkbb"

0 commit comments

Comments
 (0)