Skip to content

Commit

Permalink
Change Public -> LG on Notification Documents
Browse files Browse the repository at this point in the history
* Fix visibility flags to not include public.
  • Loading branch information
Daniel Haselhan committed Sep 19, 2023
1 parent bd83d1d commit 4888334
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 4888334

Please sign in to comment.