From f01b0887ff3ac48bfc7a45b05a8ec17891ddfe19 2016-07-12 18:04:01 From: Jean-Philippe Lang Date: 2016-07-12 18:04:01 Subject: [PATCH] Helper is needed to render the sidebar (#14790). git-svn-id: http://svn.redmine.org/redmine/trunk@15643 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/controllers/imports_controller.rb b/app/controllers/imports_controller.rb index 75d4da9..cb5446c 100644 --- a/app/controllers/imports_controller.rb +++ b/app/controllers/imports_controller.rb @@ -23,6 +23,7 @@ class ImportsController < ApplicationController before_filter :authorize_global helper :issues + helper :queries def new end