[Rt-commit] r9258 - rt/branches/3.6-RELEASE/html/Ticket

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Oct 9 16:44:48 EDT 2007


Author: sunnavy
Date: Tue Oct  9 16:44:47 2007
New Revision: 9258

Modified:
   rt/branches/3.6-RELEASE/html/Ticket/Display.html

Log:
added current_tab arg for AfterShowHistory Callback in Ticket/Display.html

Modified: rt/branches/3.6-RELEASE/html/Ticket/Display.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Ticket/Display.html	(original)
+++ rt/branches/3.6-RELEASE/html/Ticket/Display.html	Tue Oct  9 16:44:47 2007
@@ -72,7 +72,8 @@
       
       &> 
 
-<& /Elements/Callback, _CallbackName => 'AfterShowHistory', Ticket => $TicketObj, %ARGS &>
+<& /Elements/Callback, _CallbackName => 'AfterShowHistory', Ticket => $TicketObj, 
+current_tab => 'Ticket/Display.html?id=' . $TicketObj->id, %ARGS &>
 
 <%ARGS>
 $id => undef


More information about the Rt-commit mailing list