Actions
Defect #19348
closedProject name is missing for versions from sub-projects
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
In r13325 a change has been done to remove project name for not shared versions but now when showing a Roadmap including sub-projects, sub-project name is not added to not shared versions from sub-projects and it is not clear what the versions are for.
I don't know for what use cases the change was done but it seems that wrong logic operator has been used, AND should be used instead OR.
def format_version_name(version) if !version.shared? && version.project == @project h(version) else h("#{version.project} - #{version}")
Files
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Actions