Closed andreav closed 2 years ago
Hm, it is related to new Zeitwerk rules. You will have to use RedmineCustomWorkflows::Errors::WorkflowError
instead of just WorkflowError
.
Thank you. I can confirm it now works.
Do you need a pull request?
Super. No, I've only amended the README.
Sorry, maybe I was not clear, but I had to manually modify app\models\custom_workflow.rb at row 97 and 113 by replacing WorkflowError
with RedmineCustomWorkflows::Errors::WorkflowError
as you suggested in order to make it work.
Aha, sorry. So a pull request, please.
@andreav: And the pull request?
Sorry, I immedeately pushed the fix but forgot to create the pull request. Now you should see it.
Hello, I'm using this plugin on Redmine 5.x.
When a custom workflow of mine fails, I got an Internal Server Error and from logs I see this error:
Hope this helps. Thanks for the greatest redmine plugin ever!