redmine_subtasks
redmine_subtasks copied to clipboard
This is plugin for Redmine for adding subtasks functionality.
There should be a way to move an issue under another issue. For example an issue is created but falls under an existing issue. The manager should be able to...
After update to Redmine 1.0.0 RC I receive an error when viewing a ticket with comments. To fix it I have edited Iredmine\vendor\plugins\redmine_subtasks\app\views\issues\show.rhtml, Line 111: 111 - 'history', :locals =>...
I use cd /opt/redmine/vendor/plugins git clone http://github.com/hron/redmine_subtasks.git cd /opt/redmine/ rake db:migrate_plugins RAILS_ENV=production And I get some error rake aborted! undefined method `permission' for nil:NilClass That this could be? P.S. Redmine...
Hello, When I install your plugin, it seems to make the options drop down in the issues view disappear. Is this something you know about? Is there something I can...
Hello everybody, My name is Rogério. I came from France. When i put the subtask plugin, a 500 error page appears when I go on some issues. Someone can help...
Suppose you have a parent issue, with 4 subtask issues. If you are viewing the page for the parent issue, the Issues Hierarchy table columns appear to be sortable. E.g....
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...
Please see this issue, where it is described. It should be caused by this plugin, is it right? http://www.redmine.org/issues/4728