6.0.0-alpha12
6/9/25

[#1540] Show_tasklist pref
Summary Show_tasklist pref
Queue Nag
Queue Version FRAMEWORK_3
Type Bug
State Resolved
Priority 1. Low
Owners
Requester cristian.manoni (at) nethesis (dot) it
Created 03/14/2005 (7392 days ago)
Due
Updated 03/14/2005 (7392 days ago)
Assigned
Resolved 03/14/2005 (7392 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/14/2005 10:29:26 AM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Fixed.
03/14/2005 09:34:14 AM cristian (dot) manoni (at) nethesis (dot) it Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Show_tasklist pref
Queue ⇒ Nag
Reply to this comment
If I set the show_tasklist pref in pres.php this affect only the 
task_headers.inc.

In the task_summaries.inc i don't see the 'owner'



This is the patch to make it works



Thanks

Cristian



--- nag/templates/list/task_summaries.inc       Mon Mar 14 10:00:16 2005

+++ nag_new/templates/list/task_summaries.inc   Mon Mar 14 09:59:41 2005

@@ -7,7 +7,9 @@

      <?php endif; ?>

    </td>



+  <?php if ($showTasklist): ?>

    <td nowrap="nowrap" class="<?php echo $style ?>"><span 
class="<?php echo $tstyle ?>"><?php echo $owner ?></span></td>

+  <?php endif; ?>

    <td align="center" nowrap="nowrap" class="<?php echo $style 
?>"><?php echo Nag::formatPriority($task['priority']) ?></td>

    <td nowrap="nowrap" class="<?php echo $style ?>">

      <?php


Saved Queries