Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed question names #222

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions runner/src/server/forms/ReportAnOutbreak.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"title": "Acute Respiratory Infections (ARI) - COVID-19, Flu or unknown infection in Adult Social Care settings",
"components": [
{
"name": "S0Q1",
"name": "S0Q4",
"options": {
"customValidationMessages": {
"string.regex.base": "Enter a full UK postcode",
Expand All @@ -50,7 +50,7 @@
"hint": "Give the postcode of your care setting, not the management company. If you provide domiciliary or home care, enter the postcode of the care provider company."
},
{
"name": "S0Q2",
"name": "S0Q3",
"options": { "required": true },
"type": "SelectField",
"title": "Your local UKHSA health protection team",
Expand All @@ -69,13 +69,13 @@
"schema": {}
},
{
"name": "S0Q3",
"name": "S0Q2",
masuk-kazi98 marked this conversation as resolved.
Show resolved Hide resolved
"options": {
"required": false,
"optionalText": false,
"classes": "govuk-input--width-10",
"conditionalTextField": {
"dependsOn": "S0Q4"
"dependsOn": "S0Q5"
},
"fieldName": "cqc"
},
Expand All @@ -93,7 +93,7 @@
"content": "<div class='govuk-checkboxes__divider'>or</div>"
},
{
"name": "S0Q4",
"name": "S0Q5",
"options": {
"hideTitle": true,
"required": false
Expand Down