6.0.0-beta1
10/18/25

[#4004] No tasks to display
Summary No tasks to display
Queue Nag
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners
Requester aaronp (at) critd (dot) com
Created 06/04/2006 (7076 days ago)
Due
Updated 06/06/2006 (7074 days ago)
Assigned
Resolved 06/06/2006 (7074 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
06/06/2006 12:03:59 AM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed, thanks.
06/04/2006 05:01:09 AM aaronp (at) critd (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ No tasks to display
Queue ⇒ Nag
Reply to this comment
The phrase "No tasks to display" never gets displayed when there are 
no tasks to display.  I changed line 186 in lib/Block/summary.php from:



   if (empty($html)) {



...to:



   if (!$tasks) {



...which fixed the problem.

Saved Queries