Defect #23800
closedSubproject start/due dates are dependent on adjacent subprojects
0%
Description
Currently, subproject start/due dates seem to depend on the start/due dates of issues assigned not only to that subproject, but also issues assigned to other subprojects under the parent project (I noticed this when viewing the project lines on the Gantt chart).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
.....<--------------Project------------------------------->.....
.....<--------------SubProject1------------------------->.....
.....<--------------SubProject2------------------------->.....
When I changed "shared_versions" to "rolled_up_versions" in lines 610 and 619 of app/models/project.rb, I could finally see my subproject lines and dates limited to issues assigned to only that subproject, while the parent project still had its line and dates dependent on all of its subprojects. Is the original setting intentional?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
.....<--------------Project------------------------------->.....
.....<--------------SubProject1------------>.....................
..............................<----------SubProject2--------->.....