[Rt-commit] r15320 - rt/3.8/branches/parallel-testing/share/html
ruz at bestpractical.com
ruz at bestpractical.com
Thu Aug 21 01:40:26 EDT 2008
Author: ruz
Date: Thu Aug 21 01:40:25 2008
New Revision: 15320
Modified:
rt/3.8/branches/parallel-testing/share/html/index.html
Log:
* add Initial callback
Modified: rt/3.8/branches/parallel-testing/share/html/index.html
==============================================================================
--- rt/3.8/branches/parallel-testing/share/html/index.html (original)
+++ rt/3.8/branches/parallel-testing/share/html/index.html Thu Aug 21 01:40:25 2008
@@ -86,6 +86,8 @@
my @results;
+$m->callback( ARGSRef => \%ARGS, results => \@results, CallbackName => 'Initial' );
+
if ( $ARGS{'QuickCreate'} ) {
my $QueueObj = new RT::Queue($session{'CurrentUser'});
$QueueObj->Load($ARGS{Queue}) or Abort(loc("Queue could not be loaded."));
More information about the Rt-commit
mailing list