Defect #34983
closedRoadmap tab is missing if there are only inherited from parent project versions
0%
Description
It was fine before 4.2.0 so I suppose there were some changes in 4.2.0.
There is a project 'Project Big', it has versions created in settings (every version has 'inherited by subprojects' selected). There is its subproject 'Project Small' without versions at all.
Before 4.2.0:
'Project Small' has 'Roadmap' tab with all inherited versions in list.
After upgrading to 4.2.0:
'Project Small' has no 'Roadmap' tab at all. But I still can open it using direct link and see all versions inherited from 'Project Big'. If I add some fake version directly to 'Project Small' 'Roadmap' tab appears and contain both inherited and explicit versions in list.
What to fix: 'Roadmap' tab should be shown in subproject even if there are inherited versions only (as it was before 4.2.0).
Thank you!
Files
Related issues
Updated by Marius BĂLTEANU over 3 years ago
- Status changed from New to Confirmed
It's caused by #7956.
Updated by Marius BĂLTEANU over 3 years ago
- Related to Feature #7956: Show Roadmap tab when subprojects have defined versions added
Updated by Marius BĂLTEANU over 3 years ago
- Assignee set to Marius BĂLTEANU
I will post soon the patch to fix this.
Mikhail Oleynik, one workaround is to disable the setting "Display subprojects issues on main projects by default" if it's possible for you.
Updated by Mikhail Oleynik over 3 years ago
Marius BALTEANU wrote:
I will post soon the patch to fix this.
Mikhail Oleynik, one workaround is to disable the setting "Display subprojects issues on main projects by default" if it's possible for you.
Thank you for the suggestion.
Solution for us was to create fake version in child project with date in a future to show all parent project versions.
Updated by Marius BĂLTEANU over 3 years ago
- File 0001-Fix-roadmap-tab-is-missing-if-there-are-only-inherit.patch 0001-Fix-roadmap-tab-is-missing-if-there-are-only-inherit.patch added
- Assignee changed from Marius BĂLTEANU to Go MAEDA
Here is a patch to fix this with a test included.
Updated by Go MAEDA over 3 years ago
- Status changed from Confirmed to Closed
- Resolution set to Fixed
Committed the fix. Thank you.