-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notifications sent twice on action #367
Comments
Current stateThe current simplified service flow when executing an action is as follows (code):
Most notifications are registered when executing an action. The additional data is not available there though. This means we can send the action notification but after that another comment notification may be registered as well. Possible solutionsIntroduce an attribute on the base request actionSimilar to the
ImpactThis will have a rather small impact on the general application.
Move the creation of a comment to the base request actionCreation of the comment could be moved from the service to the request action. Additionally, the attribute for
ImpactThis will have a large impact on the general application.
|
A possible solution would be to go with the attribute only first, to have a quick solution for the general issue. |
Bug:
the mail is sent twice, once for accept, the second time for the additional comment.
See:
The text was updated successfully, but these errors were encountered: