From f01b0887ff3ac48bfc7a45b05a8ec17891ddfe19 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 12 Jul 2016 18:04:01 +0000 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 --- app/controllers/imports_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/imports_controller.rb b/app/controllers/imports_controller.rb index 75d4da933..cb5446c14 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 -- 2.39.5