diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-05 08:08:00 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-05 08:08:00 +0000 |
commit | a942c1c25ec955bfefd6ebcd9993f1d7ac1faf1e (patch) | |
tree | e1eb628af6998d3f8016636598590511cf55010b /app/controllers/journals_controller.rb | |
parent | 7673910a2d9f90ddc27eb2be48bb2e46eda59450 (diff) | |
download | redmine-a942c1c25ec955bfefd6ebcd9993f1d7ac1faf1e.tar.gz redmine-a942c1c25ec955bfefd6ebcd9993f1d7ac1faf1e.zip |
Removed unimplemented JournalsController#edit html response and added some tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@13704 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/journals_controller.rb')
-rw-r--r-- | app/controllers/journals_controller.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/controllers/journals_controller.rb b/app/controllers/journals_controller.rb index 940a7b5e1..98e8b46e5 100644 --- a/app/controllers/journals_controller.rb +++ b/app/controllers/journals_controller.rb @@ -84,10 +84,7 @@ class JournalsController < ApplicationController end else respond_to do |format| - format.html { - # TODO: implement non-JS journal update - render :nothing => true - } + # TODO: implement non-JS journal update format.js end end |