Skip to content

Commit

Permalink
DTSCCI-718 investigate medical reports upload not showing up (#4856)
Browse files Browse the repository at this point in the history
Co-authored-by: mfallonhmcts <[email protected]>
  • Loading branch information
velimd and mfallonhmcts authored Oct 3, 2024
1 parent e66daad commit 525e6a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ccd-definition/CaseEventToComplexTypes/CreateClaim.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
"ListElementCode": "medicalReport",
"DisplayContext": "OPTIONAL",
"FieldDisplayOrder": 4,
"FieldShowCondition": "claimType=\"CLINICAL_NEGLIGENCE\" OR claimType=\"PERSONAL_INJURY\"",
"FieldShowCondition": "claimTypeUnSpec=\"CLINICAL_NEGLIGENCE\" OR claimTypeUnSpec=\"PERSONAL_INJURY\"",
"Comment": "medicalreports.document is just the document input,so this must be defined to hide the whole element"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ListElementCode": "medicalReport",
"DisplayContext": "OPTIONAL",
"FieldDisplayOrder": 4,
"FieldShowCondition": "claimType=\"CLINICAL_NEGLIGENCE\" OR claimType=\"PERSONAL_INJURY\"",
"FieldShowCondition": "claimTypeUnSpec=\"CLINICAL_NEGLIGENCE\" OR claimTypeUnSpec=\"PERSONAL_INJURY\"",
"Comment": "medicalreports.document is just the document input,so this must be defined to hide the whole element"
},
{
Expand Down

0 comments on commit 525e6a8

Please sign in to comment.