[Rt-commit] r18033 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 08:35:18 EST 2009


Author: sunnavy
Date: Thu Jan 29 08:35:18 2009
New Revision: 18033

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/index.html

Log:
 r19257 at sunnavys-mb:  sunnavy | 2009-01-29 21:18:57 +0800
 merged share/html/index.html


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/index.html
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/index.html	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/index.html	Thu Jan 29 08:35:18 2009
@@ -87,6 +87,7 @@
 <%init>
 
 my @results;
+$m->callback( args_ref => \%ARGS, results => \@results, callbackname => 'Initial' );
 
 if ( $ARGS{'quick_create'} ) {
     my $queue_obj = new RT::Model::Queue( current_user => Jifty->web->current_user );
@@ -107,8 +108,8 @@
                         owner => $ARGS{'owner'},
                         status => 'new',
                         # yes! it's Requestors, not Requestor
-                        requestors => Jifty->web->current_user->id,
-                        from => Jifty->web->current_user->id,
+                        requestors => $ARGS{'requestors'},
+                        from => Jifty->web->current_user->email,
                         content => $ARGS{'content'},
                         subject => $ARGS{'subject'});
         push @results, $msg;


More information about the Rt-commit mailing list