]> source.dussan.org Git - redmine.git/commitdiff
Helper is needed to render the sidebar (#14790).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 12 Jul 2016 18:04:01 +0000 (18:04 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 12 Jul 2016 18:04:01 +0000 (18:04 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15643 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/imports_controller.rb

index 75d4da93300c0dc43a85d1bf271ee81b84a99880..cb5446c14c2a0849f71da41b48ef12a3a660385e 100644 (file)
@@ -23,6 +23,7 @@ class ImportsController < ApplicationController
   before_filter :authorize_global
 
   helper :issues
+  helper :queries
 
   def new
   end