diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-12 18:04:01 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-12 18:04:01 +0000 |
commit | f01b0887ff3ac48bfc7a45b05a8ec17891ddfe19 (patch) | |
tree | b1d5dc897ecaa63b1decbe922c7e52b334f15248 /app/controllers | |
parent | a00538e602d7ca0a4d3fb3c4053514ef1fc620e0 (diff) | |
download | redmine-f01b0887ff3ac48bfc7a45b05a8ec17891ddfe19.tar.gz redmine-f01b0887ff3ac48bfc7a45b05a8ec17891ddfe19.zip |
Helper is needed to render the sidebar (#14790).
git-svn-id: http://svn.redmine.org/redmine/trunk@15643 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/imports_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |