Summary | No tasks appearing in task list. |
Queue | Nag |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | slusarz (at) horde (dot) org |
Created | 09/05/2012 (4686 days ago) |
Due | |
Updated | 10/15/2012 (4646 days ago) |
Assigned | 09/05/2012 (4686 days ago) |
Resolved | 09/05/2012 (4686 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 74cc39021178c384a740fe56d7a131231908e29b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Sep 5 18:20:05 2012 -0400
This value is technically an integer.
Possible fix for
Bug: 11408nag/lib/Nag.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/74cc39021178c384a740fe56d7a131231908e29b
commit 007f9640da615eb0590a50ff4779dd7098c0ac09
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Sep 5 17:47:51 2012 -0400
Ensure _pointer is initialized to zero.
Fixes a chicken-egg issue when calling reset with children present.
Possible fix for
Bug: 11408nag/lib/Task.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/007f9640da615eb0590a50ff4779dd7098c0ac09
State ⇒ Resolved
appears in the select element on the prefs page. Thanks for helping
track this down.
commit 74cc39021178c384a740fe56d7a131231908e29b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Sep 5 18:20:05 2012 -0400
This value is technically an integer.
Possible fix for
Bug: 11408nag/lib/Nag.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/74cc39021178c384a740fe56d7a131231908e29b
appear again in the tabs:
// if ($list->get('issmart')) {
$tabs->addTab(
$list->get('name'),
$listurl->add(array('actionID' => 'smart',
'list' => $list->getName())),
array('img' => 'search.png'));
// }
Determined that this is the issue. Commenting this line out in
Nag::listTasklists() fixes things:
if (!$smart) {
// $att['issmart'] = '0';
}
is completely empty. Not sure if this is the issue.
using? sql or sqlng?
Have you updated to the most recent migration? There were a number of
new migrations recently.
completely empty. Not sure if this is the issue.
I can verify that all migrations have been run, conf.php is
up-to-date, and I am using the base configuration files.
notice that the "default" tasklist appears in the sidebar again
("Michael M. Slusarz's Tasklist") and my tasks are displayed. If I
then revert to master, this tasklist remains selected in my sidebar
and the tasklist continues to display. Once I deselect that tasklist
for display, or click on View tasklists, this default tasklist
disappears and again I can see no tasks.
commit 007f9640da615eb0590a50ff4779dd7098c0ac09
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Sep 5 17:47:51 2012 -0400
Ensure _pointer is initialized to zero.
Fixes a chicken-egg issue when calling reset with children present.
Possible fix for
Bug: 11408nag/lib/Task.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/007f9640da615eb0590a50ff4779dd7098c0ac09
State ⇒ Feedback
Assigned to Michael Rubinsky
might have some stale or corrupt session data for the Tag Browsing
functionality. Have you tried starting with a fresh session?
There are no tasks matching the current criteria.
No tasks match
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ No tasks appearing in task list.
Type ⇒ Bug
Queue ⇒ Nag
the portal block, which does show tasks, and via the link in the
e-mail notifications. But the task page in the nag application itself
is always empty. No error messages in the Horde log (log level DEBUG).