| Summary | Recurring tasks default sort by date buggy |
| Queue | Nag |
| Queue Version | 4.2.9 |
| Type | Bug |
| State | No Feedback |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | rfdeshon (at) gmail (dot) com |
| Created | 06/17/2016 (3431 days ago) |
| Due | |
| Updated | 10/20/2017 (2941 days ago) |
| Assigned | 08/04/2016 (3383 days ago) |
| Resolved | 08/04/2016 (3383 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit 2e6bdaba01bf1fbde8f842f1811cc09ff3d8cf5b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu, 04 Aug 2016 11:02:27 -0400
Bug: 14403Take recurring tasks into account when sorting.M lib/Nag.php
https://github.com/horde/nag/commit/2e6bdaba01bf1fbde8f842f1811cc09ff3d8cf5b
State ⇒ No Feedback
commit 9b4e8d53ce5868290390f3f516f881e20bd73b92
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Aug 4 10:59:52 2016 -0400
Bug: 14403Take recurring tasks into account when sorting.nag/lib/Nag.php | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/9b4e8d53ce5868290390f3f516f881e20bd73b92
commit 413cd0c3de1f90d105a8c9657b999d8d8faa0d00
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Aug 4 10:59:52 2016 -0400
Bug: 14403Take recurring tasks into account when sorting.nag/lib/Nag.php | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/413cd0c3de1f90d105a8c9657b999d8d8faa0d00
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Recurring tasks default sort by date buggy
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
open a Task list, any recurring tasks are sorted by their original due
date instead of their current due date. This leads to tasks being
sorted in a (seemingly) nonsensical order. If you then click the "Due
Date" column header to resort them, they will sort properly by the
current due date.