diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-13 20:02:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-13 20:02:54 +0000 |
commit | b17883a2dff6cd49ea407b449ac0e97dca38e56a (patch) | |
tree | 893f8e1b8235180439977bcc37f6b17d9df0d090 /app | |
parent | a32822477170bf57a482365b8c6c47bd617147e3 (diff) | |
download | redmine-b17883a2dff6cd49ea407b449ac0e97dca38e56a.tar.gz redmine-b17883a2dff6cd49ea407b449ac0e97dca38e56a.zip |
IssuesController#edit as XML is not implemented.
git-svn-id: http://svn.redmine.org/redmine/trunk@13998 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/issues_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb index a2e241cb8..8c1d73751 100644 --- a/app/controllers/issues_controller.rb +++ b/app/controllers/issues_controller.rb @@ -178,7 +178,6 @@ class IssuesController < ApplicationController respond_to do |format| format.html { } format.js - format.xml { } end end |