Skip to content

Commit

Permalink
Merge pull request #188 from ukhsa-collaboration/feat/OOC-4135
Browse files Browse the repository at this point in the history
  • Loading branch information
masuk-kazi98 authored and kathryn-dale committed Jun 18, 2024
1 parent 108a7e8 commit 06c207b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions runner/src/server/forms/ReportAnOutbreak.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
"name": "S4Q7",
"options": {
"required": false,
"maxDaysInFuture": ""
"maxDaysInFuture": "0"
},
"type": "DatePartsField",
"title": "S4Q7. Symptom onset date of second case",
Expand All @@ -455,7 +455,7 @@
"name": "S4Q8",
"options": {
"required": true,
"maxDaysInFuture": ""
"maxDaysInFuture": "0"
},
"type": "DatePartsField",
"title": "S4Q8. Symptom onset date of most recent case",
Expand Down Expand Up @@ -704,7 +704,7 @@
"name": "S5Q12",
"options": {
"required": true,
"maxDaysInFuture": ""
"maxDaysInFuture": "0"
},
"type": "DatePartsField",
"title": "S5Q12. Symptom onset date of first case (confirmed flu, suspected flu OR chest infections)",
Expand All @@ -716,7 +716,7 @@
"name": "S5Q13",
"options": {
"required": false,
"maxDaysInFuture": ""
"maxDaysInFuture": "0"
},
"type": "DatePartsField",
"title": "S5Q13. Symptom onset date of second case (confirmed flu, suspected flu OR chest infections)",
Expand All @@ -728,7 +728,7 @@
"name": "S5Q14",
"options": {
"required": true,
"maxDaysInFuture": ""
"maxDaysInFuture": "0"
},
"type": "DatePartsField",
"title": "S5Q14. Symptom onset date of most recent case (confirmed flu, suspected flu OR chest infections)",
Expand Down Expand Up @@ -872,7 +872,7 @@
"name": "S6Q4",
"options": {
"required": true,
"maxDaysInFuture": ""
"maxDaysInFuture": "0"
},
"type": "DatePartsField",
"title": "S6Q4. Symptom onset date of first case",
Expand All @@ -884,7 +884,7 @@
"name": "S6Q5",
"options": {
"required": false,
"maxDaysInFuture": ""
"maxDaysInFuture": "0"
},
"type": "DatePartsField",
"title": "S6Q5. Symptom onset date of second case",
Expand All @@ -896,7 +896,7 @@
"name": "S6Q6",
"options": {
"required": true,
"maxDaysInFuture": ""
"maxDaysInFuture": "0"
},
"type": "DatePartsField",
"title": "S6Q6. Symptom onset date of most recent case",
Expand Down

0 comments on commit 06c207b

Please sign in to comment.