View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0025679 | mantisbt | ui | public | 2019-04-04 12:14 | 2019-04-21 02:53 | 
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | closed | Resolution | fixed | ||
| Product Version | 2.0.0 | ||||
| Target Version | 2.21.0 | Fixed in Version | 2.21.0 | ||
| Summary | 0025679: Uneven distribution of boxes on My View page when Timeline is OFF | ||||
| Description | Depending on user privileges, the code that displays boxes on My View page does not spread them evenly between the 2 columns. See attached screenshot for example. | ||||
| Steps To Reproduce | Set config_inc.php as follows, and login as anonymous user  | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| MantisBT: master bc2ab699 2019-04-04 08:46 Details Diff | Remove hidden My View boxes before displaying them Prior to this, the hiding and display of boxes was performed within a single foreach loop. As a consequence, depending on system configuration and for low-privileged users, there could be an uneven distribution of boxes between the 2 columns when Timeline is switched off. To fix this issue, the processing of boxes is now done in 2 steps : 1. Filtering boxes 2. Display Fixes 0025679 | Affected Issues 0025679 | |
| mod - my_view_page.php | Diff File | ||
| MantisBT: master 5ad064d8 2019-04-11 05:36 Details Diff | Fixes for "My View" boxes display Addresses the following issues: - 0022104 My View Page layout misses some boxes - 0023418 Plugin tab in Summary section not highlighted when selected - 0025679 Uneven distribution of boxes on My View page when Timeline is OFF Plus some minor code cleanup. Fixes 0022104, 0023418, 0025679 PR https://github.com/mantisbt/mantisbt/pull/1497 | Affected Issues 0022104, 0023418, 0025679 | |
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/obsolete.php | Diff File | ||
| mod - my_view_page.php | Diff File | ||
