User tests: Successful: Unsuccessful:
Default list.ordering/direction
of filter_tasks
doesn't match with TasksModel
.
Changed default ordering to a.title asc
Add two or more task
Check list view (without adjust the filter options)
none
Status | New | ⇒ | Pending |
Category | ⇒ | Administration |
Labels |
Added:
?
|
Either title ascending so you get the alphabetically sorted in the way one would expect it […].
I've changed it to title asc
I have tested this item
I have tested this item
Tested successfully in Joomla 4.1.4-dev of 11 May in Wampserver 3.2.8 with PHP 8.0.15
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-05-16 11:49:00 |
Closed_By | ⇒ | laoneo |
Thanks!
I think ordering by title descending doesn’t really make sense. Either title ascending so you get the alphabetically sorted in the way one would expect it, or by id descending to always get the newest ones at the top regarding when they were created.