Vote #68207
完了Subproject's issues are not shown in the subproject's gantt
0%
説明
When the version of a subproject's issue is shared with projects, the subproject' issue is not shown in the subproject's gantt. (Shown only in the parent project's gantt)
The behavior changed after the gantt rewrite.
journals
+1
--------------------------------------------------------------------------------
I've just installed the development release to see how the new gantt feature works and experienced the same issue.
+ when viewing the gantt chart of the parent project you get:
<pre>
master project
| - shared version (created on master project)
| |-- issue created in master project (target version assigned to shared version)
| |-- issue created in subproject (target version assigned to shared version)
|
| subproject
</pre>
instead of
<pre>
master project
| - shared version (created on master project)
| |-- issue created in master project (target version assigned to shared version)
|
| subproject
| - shared version (created on master project)
|-- issue created in subproject (target version assigned to shared version)
</pre>
--------------------------------------------------------------------------------
Could someone try this patch at #7456 ?
--------------------------------------------------------------------------------
Etienne
I tested the "gantt_filters.patch":http://www.redmine.org/attachments/5281/gantt_filters.patch at #7456 , and confirmed this issue was fixed.
I appreciate your work.
Thank you.
--------------------------------------------------------------------------------
Fixed in r5077.
--------------------------------------------------------------------------------
related_issues
relates,Closed,5817,Shared versions not shown in subproject's gantt chart
relates,New,7456,Gantt filters
duplicates,Closed,7606,Gantt view displays sub-project tasks in the parent project's milestone