[Rt-commit] rt branch, watching-tool, updated. rt-3.8.8-484-g50ce82a

Shawn Moore sartak at bestpractical.com
Thu Aug 19 17:02:02 EDT 2010


The branch, watching-tool has been updated
       via  50ce82aa67e0aae4bd80778d88e3fe81bdff98ab (commit)
      from  9d550ac0e59b2095d756ac2aa3a98c55b2ffae18 (commit)

Summary of changes:
 share/html/Tools/Watching.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 50ce82aa67e0aae4bd80778d88e3fe81bdff98ab
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Aug 19 17:04:17 2010 -0400

    Use ShowQueue not $Queue->Name

diff --git a/share/html/Tools/Watching.html b/share/html/Tools/Watching.html
index eb4c871..12a0461 100644
--- a/share/html/Tools/Watching.html
+++ b/share/html/Tools/Watching.html
@@ -68,7 +68,7 @@ while (my $Queue = $Queues->Next) {
     next if !@types;
 </%perl>
 
-    <li><% $Queue->Name %>
+    <li><& /Ticket/Elements/ShowQueue, QueueObj => $Queue &>
         <ul>
 %           for my $type (@types) {
                 <li><% $type %></li>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list