MantisBT: master d0d6b012

Author Committer Branch Timestamp Parent
dregad atrol master 2018-08-02 03:29 master 3d01f792
Affected Issues  0024643: bug_actiongroup and custom bug_actiongroup don't provide the same user experience when displaying error message
 0024644: Footer displays behind sidebar on bug_actiongroup.php
Changeset

Uniformize display of failed group updates

Standard and custom bug group actions did not provide the same user
experience when displaying error messages. bug_actiongroup.php displays
errors in a table, while bug_actiongroup_ext.php prints them with


elements.

This commit refactors the display code on both pages, by moving it to a
new API function bug_group_action_print_results().

Also fixes an issue with the page footer, which was displayed behind the
sidebar due to invalid HTML.

Fixes 0024643, 0024644

mod - bug_actiongroup.php Diff File
mod - bug_actiongroup_ext.php Diff File
mod - core/bug_group_action_api.php Diff File