hron / redmine_subtasks

This is plugin for Redmine for adding subtasks functionality.
53 stars 13 forks source link

Plugin breaks issue rest api for current redmine trunk #20

Open pulse00 opened 14 years ago

pulse00 commented 14 years ago

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.