From 6bed13bde9ff86a5c8d4c17af945c3a0458851c4 Mon Sep 17 00:00:00 2001 From: jplang Date: Tue, 12 Jul 2016 18:04:01 +0000 Subject: [PATCH] Helper is needed to render the sidebar (#14790). git-svn-id: https://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 -- GitLab