Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ohri into develop
  • Loading branch information
aman-icap committed Aug 6, 2024
2 parents 0ac27ea + 7a720b5 commit 5c44b1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/forms/hei-followup.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@
"concept": "00ed2ac0-aacc-402b-b587-7a4bbe1321d5"
},
"hide": {
"hideWhenExpression": "mothersBreastCondition !== '5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
},
"hideWhenExpression": "!includes('mothersBreastCondition', '5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')"
},
"validators": [
{
"type": "js_expression",
Expand Down
6 changes: 3 additions & 3 deletions src/forms/intake-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@
"id": "hivDisclosure"
},
{
"label": "Who knows your/your child's HIV positive status",
"label": "Who knows your child's HIV positive status",
"type": "obs",
"required": false,
"id": "whoKnows",
Expand Down Expand Up @@ -1039,8 +1039,8 @@
"concept": "f622a8b2-55a1-4194-8579-3470609eb626"
},
"hide": {
"hideWhenExpression": "whoKnows !== '5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
},
"hideWhenExpression": "!includes('whoKnows', '5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')"
},
"validators": [
{
"type": "js_expression",
Expand Down
6 changes: 3 additions & 3 deletions src/forms/intake-b.json
Original file line number Diff line number Diff line change
Expand Up @@ -2311,9 +2311,9 @@
"message": "Please use a maximum of 50 characters"
}
],
"hide": {
"hideWhenExpression": "whyEligibleForART !== '5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
},
"hide": {
"hideWhenExpression": "!includes('whyEligibleForART', '5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')"
},
"id": "otherReasonWhyEligible"
}
]
Expand Down

0 comments on commit 5c44b1c

Please sign in to comment.