Summary | Delay Start doesn't display or work |
Queue | Nag |
Queue Version | 4.2.14 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | rfdeshon (at) gmail (dot) com |
Created | 05/04/2017 (3008 days ago) |
Due | |
Updated | 10/20/2017 (2839 days ago) |
Assigned | 05/10/2017 (3002 days ago) |
Resolved | 05/24/2017 (2988 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 1596c2467e9c266e8792cee7d16f52c77c643353
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed, 24 May 2017 09:47:38 -0400
Bug: 14634Fix delay_start date handling.M lib/Ui/VarRenderer/Nag.php
https://github.com/horde/nag/commit/1596c2467e9c266e8792cee7d16f52c77c643353
commit 862684f0ec44b5f9fe90601b296b5758398c9142
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed May 24 09:45:48 2017 -0400
Bug: 14634Fix delay_start date handling.nag/lib/Ui/VarRenderer/Nag.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/862684f0ec44b5f9fe90601b296b5758398c9142
commit c1021e51985993fbf783985c16f99a13ba9e8747
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed May 24 09:45:48 2017 -0400
Bug: 14634Fix delay_start date handling.nag/lib/Ui/VarRenderer/Nag.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/c1021e51985993fbf783985c16f99a13ba9e8747
interface of Kronolith's dynamic view?
until now... but now that you mention it, I have checked and it
happens in both places. The tasks show up in the same tab in both
locations. So, if one of the tasks that is past it's start date (and
should therefore be in Incomplete) is showing in "Future" in Nag, it
also shows in "Future" in Kronolith.
State ⇒ Feedback
of Kronolith's dynamic view?
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Delay Start doesn't display or work
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
editing a task that has a delayed start date, the radio button for the
delayed date is selected, but the field is empty.
The hard part to describe is that the start date doesn't always work.
I frequently have tasks that are past their start date but they are
not showing up in my "Incomplete Tasks" list. In my regular use, these
are all recurring tasks. Some of my recurring tasks with start dates,
however, DO show up... so it's not an every time kind of thing. I
can't seem to find what causes it to show up or not. I also just
created a non-recurring test task with a start date (set in the past)
and it did not show up in my Incomplete Tasks list, but rather my
Future Tasks. This suggests that it is not unique to recurring tasks.
I've checked the database, and the task_start field on the tasks is
being populated, which suggests that the problem happens when
displaying the tasks, not creating/editing them.