Open carmenbianca opened 1 year ago
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
bump
Module
cooperator
Describe the bug
In the
create()
method ofsubscription.request
, there is this line:I have two objections to this:
The reason, I believe, that this line exists, is for people who submit their subscription request online. The flow is this:
To Reproduce
Affected versions: All, I think. 14.0 at least.
Steps to reproduce the behavior:
Expected behavior I see two obvious solutions:
draft
. When switching to this state, send the e-mail. The name of this state could beconfirmed
,processing
,sen[d|t]
, or some such. This implies a change in workflow for people working with this module. There is a reverted commit in #73 that does this.cooperator_website
code, add a line to send the e-mail after the request is created. This implies a change (reduction) in functionality: confirmation e-mails are no longer sent when requests are manually created in the back-end.Additional context Add any other context about the problem here. (e.g. OS, Python version, ...)