[Rt-commit] [svn] r1335 - rt/branches/3.2-RELEASE/html/Ticket
leira at pallas.eruditorum.org
leira at pallas.eruditorum.org
Tue Aug 17 12:03:08 EDT 2004
Author: leira
Date: Tue Aug 17 12:03:08 2004
New Revision: 1335
Modified:
rt/branches/3.2-RELEASE/html/Ticket/Display.html
Log:
Added a new callback at the very beginning of the <%INIT> block.
RTIR uses this callback to look at the queue and hijack the display
page, however, the callback itself is more generic than that: it
happens at the very beginning, and receives all arguments.
Modified: rt/branches/3.2-RELEASE/html/Ticket/Display.html
==============================================================================
--- rt/branches/3.2-RELEASE/html/Ticket/Display.html (original)
+++ rt/branches/3.2-RELEASE/html/Ticket/Display.html Tue Aug 17 12:03:08 2004
@@ -78,6 +78,9 @@
</%ARGS>
<%INIT>
+
+$m->comp('/Elements/Callback', _CallbackName => 'Initial', TicketObj => $TicketObj, ARGSRef => \%ARGS);
+
my ($linkid, $message, $tid, @Actions, $Tickets);
unless ($id || $TicketObj) {
More information about the Rt-commit
mailing list