MedEvac: Common Services user filter + distribution list alongside separate email - #1262
Open
morgang-adappt wants to merge 4 commits into
Open
MedEvac: Common Services user filter + distribution list alongside separate email#1262morgang-adappt wants to merge 4 commits into
morgang-adappt wants to merge 4 commits into
Conversation
(cherry picked from commit 86e9d4f0e00fb963ee63ab64e65b4efb171de727)
This was referenced Jul 27, 2026
morgang-adappt
marked this pull request as ready for review
July 30, 2026 22:43
GhaziAlibi
approved these changes
Aug 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds two fields to email notification datasets.
csFilterholds a filter descriptor used to select recipients from the Common Services user directory, andindividualEmailToDistributionListlets a send-separate dataset also be delivered to the notification's distribution list. Both are plumbed through the Mongoose model, GraphQL input and GraphQL type.Validation on
addEmailNotification/editEmailNotificationis rewritten so a send-separate notification can be saved without a distribution list, while still requiring at least one recipient source overall. This replaces the previous check, which incorrectly passed notifications that had no recipients at all.Useful links
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Screenshots
Please include screenshots of this change. If this issue is only back-end related, and does not involve any visual change of the platform, you can skip this part.
Checklist:
( * == Mandatory )