You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#112 (PR #178) adds the bulk enrollment form to the app. Each sent message is added to the database as a BulkEnrollmentDelivery object. In order to prevent a scenario where we send more enrollment emails than there are codes available, we should either (a) raise an error if those coupons are submitted, or (b) exclude those coupons from the list of choices in the bulk enrollment form
The text was updated successfully, but these errors were encountered:
#112 (PR #178) adds the bulk enrollment form to the app. Each sent message is added to the database as a
BulkEnrollmentDelivery
object. In order to prevent a scenario where we send more enrollment emails than there are codes available, we should either (a) raise an error if those coupons are submitted, or (b) exclude those coupons from the list of choices in the bulk enrollment formThe text was updated successfully, but these errors were encountered: