Skip to content

Commit

Permalink
Merge pull request #399 from bcgov/test-RQ-FOIMOD-3463
Browse files Browse the repository at this point in the history
include mcfd content if yourself is selected
  • Loading branch information
richard-aot authored Sep 20, 2024
2 parents 504e22a + 0a56dd0 commit 0bf4b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/emailLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function EmailLayout() {
);
}

if(data.requestData.selectAbout.yourself && !data.requestData.selectAbout.child && !data.requestData.selectAbout.another)
if(data.requestData.selectAbout.yourself)
{
content += this.requesttopic(data.requestData.selectedtopics,data.requestData.requestType.adoption,
data.requestData.requestType.childprotectionchild,data.requestData.requestType.childprotectionparent,
Expand Down

0 comments on commit 0bf4b75

Please sign in to comment.