Skip to content
New issue

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

Plugin doesn't support additional workflow #19

Open
avkvl opened this issue Mar 16, 2012 · 2 comments
Open

Plugin doesn't support additional workflow #19

avkvl opened this issue Mar 16, 2012 · 2 comments

Comments

@avkvl
Copy link

avkvl commented Mar 16, 2012

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

  • render_on :view_issues_form_details_bottom, :partial => 'issues/close_button'
  • render_on :view_issues_show_details_bottom, :partial => 'issues/close_button'
    end
    end
@akzhan
Copy link
Contributor

akzhan commented Mar 20, 2012

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

@akzhan
Copy link
Contributor

akzhan commented Mar 20, 2012

Thanks for your patch, merged into 0.0.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants