Vote #76173
完了Project name is missing for versions from sub-projects
0%
説明
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.
!roadmap.png!
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}")
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------