Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Request Tracker: Commit

r12124 - in rt/branches/3.8-TESTING: html/Elements

 

 

Request Tracker commit RSS feed   Index | Next | Previous | View Threaded


elacour at bestpractical

May 6, 2008, 11:22 PM

Post #1 of 1 (39 views)
Permalink
r12124 - in rt/branches/3.8-TESTING: html/Elements

Author: elacour
Date: Wed May 7 02:22:31 2008
New Revision: 12124

Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/html/Elements/ShowLinks

Log:
r8767[at]datura: manu | 2008-05-07 08:22:07 +0200
Add missing WebPath for links add buttons


Modified: rt/branches/3.8-TESTING/html/Elements/ShowLinks
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/ShowLinks (original)
+++ rt/branches/3.8-TESTING/html/Elements/ShowLinks Wed May 7 02:22:31 2008
@@ -112,7 +112,7 @@
<%INIT>

my $clone;
-my $path = '/Ticket/Create.html?Queue='. $Ticket->Queue .'&CloneTicket='. $Ticket->id;
+my $path = RT->Config->Get('WebPath') . '/Ticket/Create.html?Queue='. $Ticket->Queue .'&CloneTicket='. $Ticket->id;
my $members = $Ticket->Members;
my ( @members, @members_of, @refers, @refers_by, @depends, @depends_by );
while ( my $member = $members->Next ) {
_______________________________________________
Rt-commit mailing list
Rt-commit[at]lists.bestpractical.com
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit

Request Tracker commit RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.