OpenPolScope MantisBT - Miscellaneous
View Issue Details
0000030Miscellaneous[All Projects] bugpublic2013-07-01 19:222013-07-01 19:22
admin 
amit 
normalminorhave not tried
closedfixed 
Current 
CurrentCurrent 
0000030: Change Log/Roadmap do not work with inherited versions
When using the version inheritance feature, issues are no longer populating the Change Log and Roadmap.
Solution : disable get versions from cache

/core/version_api.php
function version_get_all_rows( $p_project_id, $p_released = null, $p_obsolete = false, $p_inherit = null ) {
    // global $g_cache_versions, $g_cache_versions_project;
...

Ref: http://www.mantisbt.org/bugs/view.php?id=10873#c26242 [^]
No tags attached.
Issue History
2013-07-01 19:22adminNew Issue
2013-07-01 19:22adminStatusnew => assigned
2013-07-01 19:22adminAssigned To => amit
2013-07-01 19:22adminNote Added: 0000005
2013-07-01 19:22adminStatusassigned => closed
2013-07-01 19:22adminResolutionopen => fixed
2013-07-01 19:22adminFixed in Version => Current

Notes
(0000005)
admin   
2013-07-01 19:22   
Solution implemented on local copy.