leclercb / taskunifier-app

TaskUnifier - Task Management Application
https://www.taskunifier.app
Other
27 stars 7 forks source link

Sorting should disregard due date if due date is not included in the sort options #190

Closed Glanzer-modder closed 3 years ago

Glanzer-modder commented 4 years ago

Describe the bug I have my task table sorted by priority first, then title. But if any tasks have a due date, the sorting will always put due date first in the sort list. I don't want any sorting by due date.

To reproduce Steps to reproduce the behavior:

  1. Create several tasks, and assign them all priorities and give half of them past due dates.
  2. In settings, specify only "priority first (desc), title second (ascending)
  3. Refresh task table, they will be sorted by due date first

Expected behavior If sorting does not include due date, no sorting should be done on due date.

Version & system information Cloud or App? App version 1.1.0 (7465513) OS Windows 7 64-bit

leclercb commented 4 years ago

Sorry for the late reply. The settings of the sort order is actually only applied to categories (folders, goals, locations, contexts filters). Not on the custom filters nor on the general filters.

If you do the steps you explained, it works. But only for the category filters.

leclercb commented 4 years ago

The reason why the general filters are not taking this setting into account, is that each general filters have different sort orders.

Concerning the custom filters, these ones are completely editable, so the user can specify what he wants directly.