Search Changesets

MantisBT: master d0d6b012

2018-08-02 03:29

dregad


Details Diff
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 <p>
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
Affected Issues
0024643, 0024644
mod - bug_actiongroup.php Diff File
mod - bug_actiongroup_ext.php Diff File
mod - core/bug_group_action_api.php Diff File