anteo / redmine_custom_workflows

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

how to use "flash notice" to show warning or information? #274

Closed cbmarchetti closed 2 years ago

picman commented 2 years ago

Custom workflows's hooks are based on models. Therefore, flash[:notice] method available in controllers only cannot be called for before/after scripts. See #39 and #202.