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
Describe the bug
The subscription script (bin/dspace subscription-send) is sending emails with wrong content to persons. After a person has gotten an email with the contents subscribed by them, the next person will get the same content (additional to the content they have really subscribed to). The problem only affects subscriptions of items (for instance persons) to get notifications, when the person was added to a publication.
To Reproduce
Steps to reproduce the behavior:
Be sure, that you have at least one person with a valid item subscription on your system and many more, who do not have a subscription
Be sure to have at least one publication, which was added or changed according to the existing subscription
Be sure not to send unwanted emails (for example by changing the email settings mail.server.disabled = true and mail.server.fixedRecipient in local.cfg)
Start the script bin/dspace subscription-send
Wait, until you get an email for the existing subscription
See, that after that others will follow (unless this person was the last person to be performed incidentally)
Expected behavior
The persons should only get emails about their subscribed content.
Describe the bug
The subscription script (
bin/dspace subscription-send
) is sending emails with wrong content to persons. After a person has gotten an email with the contents subscribed by them, the next person will get the same content (additional to the content they have really subscribed to). The problem only affects subscriptions of items (for instance persons) to get notifications, when the person was added to a publication.To Reproduce
Steps to reproduce the behavior:
mail.server.disabled = true
andmail.server.fixedRecipient
inlocal.cfg
)bin/dspace subscription-send
Expected behavior
The persons should only get emails about their subscribed content.
Related work
2e7ff80
The text was updated successfully, but these errors were encountered: