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
Trying to create a new recipient with one or more Unsubscribed Categories set returns a ValueError--probably because we try to add the recipient instance to the selected subscription categories within the recipient create/update form's save method:
We should either update this logic to better support the setting of unsubscriptions upon recipient creation, or modify the form to only include the Unsubscribed Categories field on update.
The text was updated successfully, but these errors were encountered:
Trying to create a new recipient with one or more Unsubscribed Categories set returns a ValueError--probably because we try to add the recipient instance to the selected subscription categories within the recipient create/update form's
save
method:https://github.com/UCF/PostMaster/blob/master/manager/forms.py#L108-L109
We should either update this logic to better support the setting of unsubscriptions upon recipient creation, or modify the form to only include the Unsubscribed Categories field on update.
The text was updated successfully, but these errors were encountered: