Loriowar / redmine_issues_tree

Provides a tree view of the Redmine issues list
GNU General Public License v3.0
118 stars 72 forks source link

Tree view button not visible after installation #16

Closed jamescorn closed 8 years ago

jamescorn commented 8 years ago

Hi! I installed this plugin on my redmine 3.1.2. After installation nothing changed in issues view, there isn't any Tree view buttons on the top right. I made the installation as you described. My Ruby version: 2.1.3p242 (2014-09-19 revision 47630) [x86_64-linux-gnu] And I download the 3.1.0 branch.

What did I do wrong? If you need any further information, please tell me.

Thanks!

Loriowar commented 8 years ago

One of the reason is follows: you have other plugins, which redefine issues/index template. In this case you need to manually add hooks for my plugin. List of required hooks you can find in plugin description.

jamescorn commented 8 years ago

Now it's working. I inserted the missing hooks into index.html.erb, then reinstall the master branch instead of 3.1.0. Then run bundle install again, and now the tree view button is visible. :)

Thank you for your help!

Loriowar commented 8 years ago

Thanks for using this plugin! Glad to help.