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
Really enjoying using this as part of a moderation workflow. At the moment although reviewers are notified by email when a review has been sent, the original user isn't notified when the review is completed.
I can code this if you're tight on time at the moment, but just to suggest what my approach would be:
New method models.Share.send_response_email()
Call send_response_email() in api.views.Respond.post()
Along with a new template for the response email.
The text was updated successfully, but these errors were encountered:
Really enjoying using this as part of a moderation workflow. At the moment although reviewers are notified by email when a review has been sent, the original user isn't notified when the review is completed.
I can code this if you're tight on time at the moment, but just to suggest what my approach would be:
Along with a new template for the response email.
The text was updated successfully, but these errors were encountered: