View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0034460 | mantisbt | filters | public | 2024-05-20 06:31 | 2024-08-25 04:31 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 2.26.3 | Fixed in Version | 2.26.3 | ||
Summary | 0034460: Sorting by "overdue" column does not work if "due_date" is not visible | ||||
Description | In View Issues page, it is possible to click on the overdue column's header to change the sort order, which should effectively sort the Issues based on due_date, but it only works if the due_date column is also visible. If not, the action has no effect. | ||||
Tags | No tags attached. | ||||
MantisBT: master-2.26 ff0c69b3 2024-05-20 08:21 Details Diff |
Make "overdue" column sortable Until now, sorting the Issues list by clicking on the overdue column header only worked if the due_date column was also visible. To fix the problem, we add due-date to the list of visible columns in filter_get_visible_sort_properties_array() function if it is not already part of the list. Fixes 0034460 |
Affected Issues 0034460 |
|
mod - core/columns_api.php | Diff File | ||
mod - core/filter_api.php | Diff File |