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 |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ No tasks to display
Queue ⇒ Nag
no tasks to display. I changed line 186 in lib/Block/summary.php from:
if (empty($html)) {
...to:
if (!$tasks) {
...which fixed the problem.