diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-03-06 16:04:35 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-03-06 16:04:35 +0000 |
commit | 334132289ca9750cc15e5a24ebb459feda384900 (patch) | |
tree | 9465b432683f1cd4fa03b55b65f2e7729358d74e /app/controllers | |
parent | 0df520961cccc0b874007082db78c65a96ae8e13 (diff) | |
download | redmine-334132289ca9750cc15e5a24ebb459feda384900.tar.gz redmine-334132289ca9750cc15e5a24ebb459feda384900.zip |
Fixed: error on JournalsController#index when custom fields are present (#7795).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5021 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/journals_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/journals_controller.rb b/app/controllers/journals_controller.rb index 37e52ca53..9eed2eaca 100644 --- a/app/controllers/journals_controller.rb +++ b/app/controllers/journals_controller.rb @@ -24,6 +24,7 @@ class JournalsController < ApplicationController menu_item :issues helper :issues + helper :custom_fields helper :queries include QueriesHelper helper :sort |