
jesse at bestpractical
Nov 5, 2009, 11:32 AM
Post #1 of 1
(248 views)
Permalink
|
|
rt branch, 3.999-trunk, updated. d70f7443202628cac9694cd1c3f790703e1776e5
|
|
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> 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; ----------------------------------------------------------------------- _______________________________________________ Rt-commit mailing list Rt-commit [at] lists http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|