Skip to content

Commit

Permalink
Aligned validations in TB Enrollment_TPTinitiation (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckote authored Sep 7, 2023
1 parent e40d0a3 commit ebbe48f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 6 additions & 3 deletions configuration/ampathforms/TB_Enrollment.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"label": "District Reg Number",
"questionInfo": "",
"id": "districtRegNum",
"required": "false",
"default": "",
"questionOptions": {
"rendering": "text",
Expand Down Expand Up @@ -191,7 +190,9 @@
"id": "BodWeight",
"questionOptions": {
"concept": "5089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "number"
"rendering": "number",
"max": "250",
"min": "0"
}
},
{
Expand All @@ -200,7 +201,9 @@
"id": "heiGht",
"questionOptions": {
"concept": "5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "number"
"rendering": "number",
"max": "270",
"min": "10"
}
}
]
Expand Down
1 change: 0 additions & 1 deletion configuration/ampathforms/TPT_Initiation.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
"label": "Registration Number",
"questionInfo": "",
"id": "regNumber",
"required": "false",
"default": "",
"questionOptions": {
"rendering": "text",
Expand Down

0 comments on commit ebbe48f

Please sign in to comment.