backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

Dropdown menu does not work #1086

Open zolech opened 9 years ago

zolech commented 9 years ago

Dropdown menu in backlogs view does not work. It seems that removing some plugins from our redmine fixes this (redmine_elasticsearch plugin). After removing this plugin menu started to show up but it's not a solution for us since we are using elasticsearch for speeding up our search engine.

Environment: Redmine version 2.4.4.stable Ruby version 1.9.3-p545 (2014-02-24) [x86_64-linux] Rails version 3.2.17 Environment production Database adapter Mysql2 SCM: Subversion 1.6.17 Git 1.7.10.4 Filesystem
Redmine plugins: redmine_backlogs v1.0.6 redmine_boards_watchers 0.2.7 redmine_elasticsearch 0.1.11 redmine_issue_checklist 2.0.5 redmine_mylyn_connector 2.8.2.stable redmine_people 0.1.6 redmine_resque 0.0.3 redmine_timesheet_plugin 0.7.0 redmine_watchers_by_group 0.0.1 status_button 0.1.0

NgrNxk commented 9 years ago

Thank you for finding this. We have the same issue here: by disabling elasticsearch the menu works again.

NgrNxk commented 9 years ago

I should post some setup: Environment: Redmine version 2.2.3.stable Ruby version 1.9.3 (x86_64-linux) Rails version 3.2.12 Environment production Database adapter SQLServer Redmine plugins: add_scrum_link 0.0.1 extended_fields 0.2.3 redmine_backlogs v1.0.6 redmine_change_issue_author 0.0.1 redmine_resque 0.0.3 redmine_track_control 1.0.9 redmine_wiki_lists 0.0.3 scrum2b 2.0

simongartz commented 9 years ago

Has anyone found a solution to this?