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

raise WorkflowError. Does this work in 1.0.5 version of this lib? #297

Closed gaurav-cointab closed 1 year ago

gaurav-cointab commented 1 year ago

Hi Team,

Just wanted to know if the "raise WorkflowError" will work in 1.0.5 version of this lib. and redmine 4.2.1 version.

If not then is there a way to make it work in this version without updating? If not then if there is a way to update the code base of the lib by not much, only by small amount which is for this particular requirement, then if you point me to the relevant file/code in your code base... I can take the changes from there also

picman commented 1 year ago

If you check the tag v1.0.5 on the Code tab, WorkflowError is described in the README and present in the code. So, it should be available.