MantisBT: master-2.26 ff0c69b3

Author Committer Branch Timestamp Parent
dregad dregad master-2.26 2024-05-20 08:21 master-2.26 3e3e7be4
Affected Issues  0034460: Sorting by "overdue" column does not work if "due_date" is not visible
Changeset

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

mod - core/columns_api.php Diff File
mod - core/filter_api.php Diff File