View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0024644 | mantisbt | ui | public | 2018-08-02 06:06 | 2018-09-04 01:23 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.17.0 | Fixed in Version | 2.17.0 | ||
| Summary | 0024644: Footer displays behind sidebar on bug_actiongroup.php | ||||
| Description | See attached screenshot. This is caused by invalid HTML on the page. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
MantisBT: master d0d6b012 2018-08-02 03:29 Committer: atrol 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 | ||