Skip to content

Commit

Permalink
Merge pull request #991 from bcgov/feature/ALCS-1106
Browse files Browse the repository at this point in the history
Change Public -> LG on Notification Documents
  • Loading branch information
dhaselhan authored Sep 19, 2023
2 parents d6c1164 + 4888334 commit 3de76d3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ export class GenerateSrwDocumentService {
documentType: DOCUMENT_TYPE.LTSA_LETTER,
source: DOCUMENT_SOURCE.ALC,
system: DOCUMENT_SYSTEM.PORTAL,
visibilityFlags: [VISIBILITY_FLAG.APPLICANT, VISIBILITY_FLAG.PUBLIC],
visibilityFlags: [
VISIBILITY_FLAG.APPLICANT,
VISIBILITY_FLAG.GOVERNMENT,
],
});
}
}
Expand Down

0 comments on commit 3de76d3

Please sign in to comment.