View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0025455 | mantisbt | ui | public | 2019-02-07 13:40 | 2019-03-16 20:20 |
| Reporter | cproensa | Assigned To | cproensa | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.20.0 | ||||
| Target Version | 2.20.0 | Fixed in Version | 2.20.0 | ||
| Summary | 0025455: Page adm_config_report, users in filter list are not correctly ordered | ||||
| Description | User names are not properly ordered in the dropdown list, as it's sorting with a case sensitive mode. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master f0d4f661 2019-02-07 08:09 Committer: vboctor Details Diff |
Fix adm_config_report user list The code to build the user dropdown list have some issues: - Missing db_param_push() - Calls to get user names are not cached generating a lot of separate queries for individual user ids - User names are not properly ordered in the dropdown list, as it's sorting with a case sensitive mode. Fixes: 0025454, 0025455, 0025456 |
Affected Issues 0025454, 0025455, 0025456 |
|
| mod - adm_config_report.php | Diff File | ||