Skip to content

Draft: Avoid send emails in SubscriptionRequest creation

Daniel Palomar requested to merge fix/avoid-send-emails-in-SR-creation into master

The configuration flag to send the confirmation email is not working.

When we call to the super().create() of SubscriptionRequest the create method of EMC send the email without look the flag:

https://github.com/coopiteasy/vertical-cooperative/blob/12.0/easy_my_coop/models/coop.py#L92

Until we can install a version of EMC with the configuration flags, we need this fix.

Related with !297 (merged) (REVERTED)

Edited by Daniel Palomar

Merge request reports