Loriowar / redmine_issues_tree

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

Tree View icon doesn't appear #33

Closed nviel closed 8 years ago

nviel commented 8 years ago

Hello Ivan,

I'm sorry to be a 'yet an other guy with problem of icon', but I think I have do my best.

I tested several combination with no success: redmine 3.2.2 with branch 3.2.x and 3.1.0 (ruby 2.2.4 using rbenv) redmine 3.2.0 with branch 3.2.x and 3.1.0 (ruby 2.2.4 using rbenv)

Of course, redmine_issues_tree was the only plugin in order to be sure there was no nasty interactions.

then I just started the webrick server: bundle exec rails server webrick -e production --binding=0.0.0.0

... And I have even thought to empty my browser cache with a ctrl-F5 ;-).

Loriowar commented 8 years ago

Absence of icon can appear in two cases:

Last variant: you start server in production. Maybe icon appear in development mode? If yes, then problem exist on your installation, not in plugin.

nviel commented 8 years ago

Ok, it works now, even if I don't realy undersand what was wrong. Thanks for the plugin and your answer. I will try now to make parent tickets not be filtered in order to keep the tree structure cohérent regardless of the filter.

bye