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 |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Show_tasklist pref
Queue ⇒ Nag
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