Error #289
Plugin is incompatible with subtasks since Redmine v1.0.0
100%
Description
Using Redmine Trunk rev. 3764
Advanced Roadmap is incompatible with the relatively new subtasks feature in Redmine, in two ways:
- The file app/views/issues/show.rhtml conflicts with display of subtasks -- causes them to not appear on issue pages.
- The "% Done" calculation in the Advanced Roadmap does not take into account auto-calculated % Done that Redmine does when there are subtasks.
Files
Updated by Joel Nordell over 14 years ago
Update -- point 2 above is incorrect -- the "% Done" calculation does use the auto-calculated value, BUT there is still a bug. % Done appears blank in the Advanced Roadmap if the estimated time is blank. Adding a time estimate to the task (even if the estimate is 0) fixes the % Done field.
Updated by Ciccio Super about 14 years ago
Redmine 1.0.1
Advanced roadmap 0.1.0
The "Due in" total makes the total on all issues, tasks and subtasks!
Updated by Anonymous about 14 years ago
Joel Nordell escribió:
Using Redmine Trunk rev. 3764
Advanced Roadmap is incompatible with the relatively new subtasks feature in Redmine, in two ways:
- The file app/views/issues/show.rhtml conflicts with display of subtasks -- causes them to not appear on issue pages.
- The "% Done" calculation in the Advanced Roadmap does not take into account auto-calculated % Done that Redmine does when there are subtasks.
Agree. with 1) and 2)
It also does not show the issue parent (if the issue is a sub-task, of course).
Updated by Anonymous about 14 years ago
I have found a solucion. to 1)
I have modified:
app\views\issues\show.rhtml
and now it shows subtasks and the parent issue (also allows to add subtasks)
Updated by Anonymous about 14 years ago
- File show.rhtml show.rhtml added
if forgot to add the file :P
Updated by Emilio González Montaña almost 14 years ago
- Target version set to Advanced roadmap 0.2.1
- Start date deleted (
2010-06-02)
In the new version version:0.2.0 the show.rhtml
has been updated from the Redmine version 1.0.4, so the children issues problem must be solved.
I will check the other issues about totals with child issues when I have time...
Updated by Emilio González Montaña almost 14 years ago
- Subject changed from Plugin is incompatible with subtasks in Redmine Trunk to Plugin is incompatible with subtasks since Redmine v1.0.0
- Status changed from New to In progress
- Assignee set to Emilio González Montaña
- Priority changed from High to Normal
- Start date set to 2011-01-16
A lot of things have to be checked in order to make the plugin compatible with this feature (subtasks).
Updated by Emilio González Montaña almost 14 years ago
- Due date set to 2011-01-17
- Status changed from In progress to Resolved
- % Done changed from 0 to 100