1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-23 08:51:13 +00:00

IssuesController#edit as XML is not implemented.

git-svn-id: http://svn.redmine.org/redmine/trunk@13998 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-02-13 20:02:54 +00:00
parent a328224771
commit b17883a2df

View File

@ -178,7 +178,6 @@ class IssuesController < ApplicationController
respond_to do |format|
format.html { }
format.js
format.xml { }
end
end