We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I have additional workflow for author and assignee this pluging doesn't work.
I've pathced your plugin to support it (tested with redmine 1.3.2)
--- vendor/plugins/redmine_close_button/lib/redmine_close_button/hooks.rb.orig 2012-03-16 08:25:24.000000000 +0000 +++ vendor/plugins/redmine_close_button/lib/redmine_close_button/hooks.rb 2012-03-16 08:27:51.000000000 +0000 @@ -1,5 +1,5 @@ module RedmineCloseButton class Hooks < Redmine::Hook::ViewListener
The text was updated successfully, but these errors were encountered:
Can you provide steps to create additional workflow that will fail plugin features?
Sorry, something went wrong.
Thanks for your patch, merged into 0.0.8.
No branches or pull requests
If I have additional workflow for author and assignee this pluging doesn't work.
I've pathced your plugin to support it (tested with redmine 1.3.2)
--- vendor/plugins/redmine_close_button/lib/redmine_close_button/hooks.rb.orig 2012-03-16 08:25:24.000000000 +0000
+++ vendor/plugins/redmine_close_button/lib/redmine_close_button/hooks.rb 2012-03-16 08:27:51.000000000 +0000
@@ -1,5 +1,5 @@
module RedmineCloseButton
class Hooks < Redmine::Hook::ViewListener
end
end
The text was updated successfully, but these errors were encountered: