View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0028606 | mantisbt | administration | public | 2021-05-19 04:26 | 2022-06-12 09:48 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.20.0 | ||||
Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
Summary | 0028606: Incorrect filtering of users on Manage Project / Accounts | ||||
Description | Issue 0005151 introduced filtering and sorting functionality for Accounts on Manage Project page. The filter sometimes fails to exclude rows, as shown in attached screenshot where both rows should be hidden as none of the key fields (Username, E-mail and Access Level) contain the string | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Looking at our (javascript code](https://github.com/mantisbt/mantisbt/blob/release-2.25.1/js/manage_proj_edit_page.js#L93), the list.js object is configured to use the key-email column, which contains an anchor tag with a |
|
MantisBT: master aa1d2b6c 2021-05-19 07:03 Details Diff |
Fix filtering on Manage Project Accounts Add a data-sortvalue attribute on the key-email field, so the List.js filter uses that instead of the HTML markup with anchor. Fixes 0028606 |
Affected Issues 0028606 |
|
mod - js/manage_proj_edit_page.js | Diff File | ||
mod - manage_proj_edit_page.php | Diff File |