[Rt-commit] r5653 - in rt/branches/3.6-RELEASE: .

kevinr at bestpractical.com kevinr at bestpractical.com
Tue Jul 25 22:05:36 EDT 2006


Author: kevinr
Date: Tue Jul 25 22:05:36 2006
New Revision: 5653

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/Ticket/Display.html

Log:
 r15411 at sad-girl-in-snow:  kevinr | 2006-07-25 20:04:26 -0400
 * Added a BeforeProcessArguments callback


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 Jul 25 22:05:36 2006
@@ -118,6 +118,10 @@
 	}
     }
 
+    $m->comp('/Elements/Callback', _CallbackName => 'BeforeProcessArguments',
+         TicketObj => $TicketObj, Tickets => $Tickets, 
+         ActionsRef => \@Actions, ARGSRef => \%ARGS);
+
     if (defined $ARGS{'Action'}) {
 	if ($ARGS{'Action'} =~ /^(Steal|Kill|Take|SetTold)$/) {
 	    my $action = $1;


More information about the Rt-commit mailing list