6.0.0-beta1
7/5/25

[#11408] No tasks appearing in task list.
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

History
10/15/2012 08:37:47 PM Git Commit Comment #17 Reply to this comment
Changes have been made in Git (develop):

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: 11408

  nag/lib/Nag.php |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/74cc39021178c384a740fe56d7a131231908e29b
10/15/2012 08:37:43 PM Git Commit Comment #16 Reply to this comment
Changes have been made in Git (develop):

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: 11408

  nag/lib/Task.php |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/007f9640da615eb0590a50ff4779dd7098c0ac09
09/05/2012 10:34:11 PM Michael Slusarz Comment #15
State ⇒ Resolved
Reply to this comment
Yes, that seems to work.  At a minimum, the default tasklist now 
appears in the select element on the prefs page.  Thanks for helping 
track this down.
09/05/2012 10:22:44 PM Michael Rubinsky Comment #14 Reply to this comment
Still can't reproduce, but does my recent change fix for you?


09/05/2012 10:21:02 PM Git Commit Comment #13 Reply to this comment
Changes have been made in Git (master):

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: 11408

  nag/lib/Nag.php |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/74cc39021178c384a740fe56d7a131231908e29b
09/05/2012 10:13:20 PM Michael Slusarz Comment #12 Reply to this comment
Same thing in Nag_View_List#render().  This causes my tasklist to 
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'));
//            }
09/05/2012 10:11:37 PM Michael Slusarz Comment #11 Reply to this comment
I'm using Sqlng.

Determined that this is the issue.  Commenting this line out in 
Nag::listTasklists() fixes things:

         if (!$smart) {
//            $att['issmart'] = '0';
         }
09/05/2012 10:02:16 PM Michael Rubinsky Comment #10 Reply to this comment
Going to preferences -> Default Task List, the drop-down select box 
is completely empty.  Not sure if this is the issue.
This sounds more like a Shares issue.  Which share backend are you 
using? sql or sqlng?
09/05/2012 10:00:32 PM Michael Rubinsky Comment #9 Reply to this comment
Still can't reproduce this.

Have you updated to the most recent migration? There were a number of 
new migrations recently.
09/05/2012 09:59:25 PM Michael Slusarz Comment #8 Reply to this comment
Going to preferences -> Default Task List, the drop-down select box is 
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.
09/05/2012 09:57:19 PM Michael Slusarz Comment #7 Reply to this comment
Also, which tab are you selecting to view (All, Incomplete etc...)?
None of them show anything.
09/05/2012 09:52:35 PM Michael Slusarz Comment #6 Reply to this comment
Going back about 300 commits in history (git checkout HEAD~300). I 
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.
09/05/2012 09:49:12 PM Git Commit Comment #5 Reply to this comment
Changes have been made in Git (master):

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: 11408

  nag/lib/Task.php |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/007f9640da615eb0590a50ff4779dd7098c0ac09
09/05/2012 09:43:35 PM Michael Rubinsky Comment #4 Reply to this comment
Also, which tab are you selecting to view (All, Incomplete etc...)?
09/05/2012 09:41:52 PM Michael Rubinsky Comment #3
State ⇒ Feedback
Assigned to Michael Rubinsky
Reply to this comment
I can't reproduce this. From your second comment it sounds like you 
might have some stale or corrupt session data for the Tag Browsing 
functionality. Have you tried starting with a fresh session?
09/05/2012 09:25:54 PM Michael Slusarz Comment #2 Reply to this comment
List tasks page lists 0 tasks and this text:

There are no tasks matching the current criteria.

No tasks match
09/05/2012 09:23:59 PM Michael Slusarz Comment #1
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ No tasks appearing in task list.
Type ⇒ Bug
Queue ⇒ Nag
Reply to this comment
I can confirm there are tasks: I can link directly through tasks via 
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).

Saved Queries