redmine_subtasks icon indicating copy to clipboard operation
redmine_subtasks copied to clipboard

Plugin breaks issue rest api for current redmine trunk

Open pulse00 opened this issue 16 years ago • 0 comments

It seems the subtask plugin breaks the issue rest api for redmine:

http://www.redmine.org/issues/show/4795

myredmineapp.com/issues.xml should return a valid xml, instead it returns some html page. myredmineapp.com/projects.xml however, returns a valid xml.

When removing the plugin, the issue rest api works correctly again.

I'm running the current trunk of redmine, and HEAD of the plugins master branch.

pulse00 avatar Feb 13 '10 13:02 pulse00