[Rt-commit] r4625 - in rt/branches/3.7-EXPERIMENTAL: .

jesse at bestpractical.com jesse at bestpractical.com
Wed Mar 1 16:15:39 EST 2006


Author: jesse
Date: Wed Mar  1 16:15:39 2006
New Revision: 4625

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Ticket/Display.html

Log:
 r24843 at truegrounds:  jesse | 2006-03-01 16:14:35 -0500
 Merge forward from RT 3.5. Bugfix for redirects


Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Display.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Ticket/Display.html	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Ticket/Display.html	Wed Mar  1 16:15:39 2006
@@ -140,7 +140,7 @@
     # resubmission on refresh.
     # But we need to store Actions somewhere too, so we don't lose them.
     $session{"Actions"} = \@Actions;
-    $m->redirect(RT->Config->Get('WebURL')."/Ticket/Display.html?id=".$TicketObj->id);
+    $m->redirect(RT->Config->Get('WebURL')."Ticket/Display.html?id=".$TicketObj->id);
 } else {
     @Actions = @{$session{"Actions"} || [] };
     delete $session{"Actions"};


More information about the Rt-commit mailing list