[Rt-commit] r3391 - in rt/branches/3.4-RELEASE: . html/SelfService

kevinr at bestpractical.com kevinr at bestpractical.com
Tue Jul 5 20:48:09 EDT 2005


Author: kevinr
Date: Tue Jul  5 20:48:09 2005
New Revision: 3391

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/html/SelfService/Display.html
Log:
 r6005 at SAD-GIRL-IN-SNOW:  kevinr | 2005-07-05 20:47:55 -0400
 RT-Ticket: 6505
 RT-Status: resolved
 RT-Update: correspond
 
 Fixed the bug Seph noted where the "Brief/Full Headers" links in SelfService
 were attempting to direct the user to /Ticket/Display.html instead of 
 /SelfService/Display.html


Modified: rt/branches/3.4-RELEASE/html/SelfService/Display.html
==============================================================================
--- rt/branches/3.4-RELEASE/html/SelfService/Display.html	(original)
+++ rt/branches/3.4-RELEASE/html/SelfService/Display.html	Tue Jul  5 20:48:09 2005
@@ -70,7 +70,14 @@
 
 
 %#!!pape: selfservice_find_attachments.patch {{
-<& /Ticket/Elements/ShowHistory, Ticket => $Ticket, AttachPath => "Attachment", Attachments => $attachments, UpdatePath => "Update.html" &>
+<& /Ticket/Elements/ShowHistory, 
+      Ticket => $Ticket, 
+      URIFile => "Display.html", 
+      ShowHeaders => $ARGS{'ShowHeaders'},
+      AttachPath => "Attachment", 
+      Attachments => $attachments, 
+      UpdatePath => "Update.html" 
+&>
 %#!!pape: selfservice_find_attachments.patch }}
 
 


More information about the Rt-commit mailing list