View Issue Details

IDProjectCategoryView StatusLast Update
0013662mantisbtbugtrackerpublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.8 
Target Version1.2.9Fixed in Version1.2.9 
Summary0013662: Allow selection of subproject versions in bug group action
Description

When using group actions to set the fixed in / target version for bugs in multiple projects (including subprojects), the list of available actions is always built for ALL_PROJECTS. That means an empty list since there is no concept of global versions.

It should be possible to select a valid version from the current project and any subproject, and the bug_actiongroup code should handle the cases where an action is not allowed or possible.

TagsNo tags attached.

Relationships

related to 0013661 closeddregad Improve messages when errors occur in bug group actions 
related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036358

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master 100dc973

2011-12-10 12:13

dregad


Details Diff
Bug actiongroup version list includes subprojects

When building the list of versions for bug group actions update fixed
in / target version, use print_version_option_list() with the flag to
retrieve versions from sub-projects.

Prior to this, whenever the group action affected bugs from more than
one project, the versions list would always be built for ALL_PROJECTS
(i.e. an empty list since there is no concept of global versions)

Fixes 0013662
Affected Issues
0013662
mod - bug_actiongroup_page.php Diff File

MantisBT: master-1.2.x 0923fc3a

2011-12-10 12:13

dregad


Details Diff
Bug actiongroup version list includes subprojects

When building the list of versions for bug group actions update fixed
in / target version, use print_version_option_list() with the flag to
retrieve versions from sub-projects.

Prior to this, whenever the group action affected bugs from more than
one project, the versions list would always be built for ALL_PROJECTS
(i.e. an empty list since there is no concept of global versions)

Fixes 0013662
Affected Issues
0013662
mod - bug_actiongroup_page.php Diff File