Summary | Task category cache does not get updated |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/19/2012 (4651 days ago) |
Due | |
Updated | 10/29/2012 (4641 days ago) |
Assigned | 10/25/2012 (4645 days ago) |
Resolved | 10/26/2012 (4644 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit ce002b71b25c3ba27776a1fa3ca508bd16e9a5b4
Author: Jan Schneider <jan@horde.org>
Date: Fri Oct 26 18:13:13 2012 +0200
[jan] Show completed future tasks in complete category, not in
future category (
Bug #11562).kronolith/docs/CHANGES | 2 ++
kronolith/js/kronolith.js | 7 +++----
kronolith/package.xml | 2 ++
3 files changed, 7 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/ce002b71b25c3ba27776a1fa3ca508bd16e9a5b4
State ⇒ Resolved
commit ce002b71b25c3ba27776a1fa3ca508bd16e9a5b4
Author: Jan Schneider <jan@horde.org>
Date: Fri Oct 26 18:13:13 2012 +0200
[jan] Show completed future tasks in complete category, not in
future category (
Bug #11562).kronolith/docs/CHANGES | 2 ++
kronolith/js/kronolith.js | 7 +++----
kronolith/package.xml | 2 ++
3 files changed, 7 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/ce002b71b25c3ba27776a1fa3ca508bd16e9a5b4
Kronolith, future tasks take precedence over completed tasks when it
comes to sorting them into one of the categories. In Nag the
precedence is reversed.
State ⇒ Assigned
different tabs, right?
using a single window.
State ⇒ Feedback
different tabs, right?
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Task category cache does not get updated
Type ⇒ Bug
when kronolith loads tasks from nag, it seems to cache the current
task state category ("All", "Completed", "Incomplete", "Future"). When
a task gets updated, it's still shown in the previous category.
Try the following:
- Create a new task in nag. Set the "Delay Start Until" date to tomorrow.
- Open kronolith and click on the "Tasks" button. The task will be in
the "All" and "Future" category.
Now go back to nag and complete the task. In nag it will show up in
the "Completed" category.
When you switch back to kronolith, this task will still be shown in
the "Future" category.
F.e. updating the name of the task works correctly.
Cheers,
Thomas