View Issue Details

IDProjectCategoryView StatusLast Update
0011552mantisbtbugtrackerpublic2014-12-08 00:34
Reporterdhx Assigned Todhx  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version1.2.0 
Target Version1.3.0-beta.1Fixed in Version1.3.0-beta.1 
Summary0011552: No errors shown when actiongroup tag attaching fails
Description

When attacking tags to multiple issues via the action group feature (the dropdown in the bottom left of the view all issues page), errors are silently ignored. The user should instead be informed if any of the tags could not be applied to the issues selected.

TagsNo tags attached.

Relationships

related to 0011527 closeddhx tag_attach_threshold not checked when adding many tags via bug_actiongroup 
related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036512

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

Related Changesets

MantisBT: master 2191aa1b

2010-02-25 09:55

dhx


Details Diff
Fix 0011552: No errors shown when actiongroup tag attaching fails

When attacking tags to multiple issues via the action group feature (the
dropdown in the bottom left of the view all issues page), errors are
silently ignored. The user should instead be informed if any of the tags
could not be applied to the issues selected.

This patch also changes the return status from the actiongroup
validation and processing functions to be an error string or null in the
event that an error didn't occur. In the future it'd be much better if
the validation and processing functions worked on the entire set of
selected issues instead of each issue one-by-one. This gives the
actiongroup validation/processing functions more flexibility (especially
in the case of the tag attaching action).
Affected Issues
0011552
mod - lang/strings_english.txt Diff File
mod - bug_actiongroup_attach_tags_inc.php Diff File
mod - bug_actiongroup_update_product_build_inc.php Diff File
mod - bug_actiongroup_add_note_inc.php Diff File
mod - bug_actiongroup_ext.php Diff File
mod - bug_actiongroup_update_severity_inc.php Diff File