Reloading the module shouldn't delete associated mail templates
atm-florianm opened this issue · 1 comments
atm-florianm commented
Summary
Currently, when you restart SellYourSaas (for instance after upgrading it), you lose any customizations you made to the module's mail templates (fortunately, the daily SQL dump can save us).
To Reproduce
- Go to Home > Setup > Emails > Email templates
- Modify a mail template, for instance InstanceDeployed
- Disable SellYourSaas, then enable it again
- Go back to Home > Setup > Emails > Email templates, scroll to InstanceDeployed (for instance)
- The modifications you made are lost
Expected behavior
Enabling the module should not delete (or reset) previous customizations made in the module, including e-mail templates.