Issues context menu not working, looks like the wrong Controller is called
Added by Carsten Buchenau about 13 years ago
Hi,
I have an issue with our main Redmine installation, running 1.1.3.stable.7543 and quite a few plugins.
The right-click context-menu from the issues list does not open, and the production.log records:
Processing IssuesController#show (for 10.200.0.254 at 2011-09-29 11:07:10) [GET] Parameters: {"back_url"=>"/projects/c-395/issues", "ids"=>["1814"], "project_id"=>"c-395", "action"=>"show", "authenticity_token"=>"imKVCmmlm3BII7YD5Oy7skQPuYSroVrLKuhSECX4M2s=", "id"=>"context_menu", "controller"=>"issues"} Filter chain halted as [:find_issue] rendered_or_redirected. Completed in 6ms (View: 1, DB: 0) | 404 Not Found [https://redmine.edificom.ch/projects/c-395/issues/context_menu?authenticity_token=imKVCmmlm3BII7YD5Oy7skQPuYSroVrLKuhSECX4M2s%3D&back_url=%2Fprojects%2Fc-395%2Fissues&ids%5B%5D=1814]
It looks to me like the wrong controller is called, generating a wrong link? Shouldn't this be ContextMenusController
instead of IssuesController
?
My config/routes.rb
contains the entry:
map.issues_context_menu '/issues/context_menu', :controller => 'context_menus', :action => 'issues'
And now I don't know where else to look.
Anyone can give me a hint what else to check resp. where to look? Any idea how to fix it?
Thankful for any hint ;-)
carsten