anteo / redmine_custom_workflows

Allows to create custom workflows for Redmine
http://www.redmine.org/plugins/custom-workflows
GNU General Public License v2.0
178 stars 72 forks source link

Mail sending from custom workflows #328

Closed swiehr closed 7 months ago

swiehr commented 8 months ago

In older versions custom workflows had a quite configurable approach to send custom emails using templates - the mailer_patch.rb for this still exists but apparently is not applied anymore in redmine_custom_workflows.rb or anywhere else. In fact the patch seems orphaned. Instead there is the CustomWorkflowMailer class that only supports body and subject parameters.

Thus the question: Are there any plans to re-establish the old configurable way of custom email sending since the patch was not discarded from the codebase? Or is this just some legacy code that has not been removed yet?

picman commented 8 months ago

It's a legacy code that hasn't been removed yet. I think that uses are not supposed to modify the source code of the plugin.

picman commented 7 months ago

330