Undev / redmine_close_button

Redmine Close Issue button plugin
https://github.com/Undev/redmine_close_button
Apache License 2.0
58 stars 30 forks source link

Plugin doesn't support additional workflow #19

Open avkvl opened 12 years ago

avkvl commented 12 years ago

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

akzhan commented 12 years ago

Can you provide steps to create additional workflow that will fail plugin features?

akzhan commented 12 years ago

Thanks for your patch, merged into 0.0.8.