[Rt-commit] rt branch, 3.999-trunk, updated. d70f7443202628cac9694cd1c3f790703e1776e5

jesse jesse at bestpractical.com
Thu Nov 5 14:32:11 EST 2009


The branch, 3.999-trunk has been updated
       via  d70f7443202628cac9694cd1c3f790703e1776e5 (commit)
      from  c73b757f8f18660a0d80bbebc69977afa4b2b09c (commit)

Summary of changes:
 share/html/Elements/ShowLinks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit d70f7443202628cac9694cd1c3f790703e1776e5
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Thu Nov 5 14:31:27 2009 -0500

    ShowLinks was made aware of autovivification of queue objects

diff --git a/share/html/Elements/ShowLinks b/share/html/Elements/ShowLinks
index d67eed1..07254d9 100755
--- a/share/html/Elements/ShowLinks
+++ b/share/html/Elements/ShowLinks
@@ -140,7 +140,7 @@ my $clone = {};
 my $path
     = RT->config->get('web_path')
     . '/Ticket/Create.html?Queue='
-    . $ticket->queue
+    . $ticket->queue->id
     . '&CloneTicket='
     . $ticket->id;
 

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


More information about the Rt-commit mailing list