[Rt-commit] r5220 - in rt/branches/3.5-TESTING: html
jesse at bestpractical.com
jesse at bestpractical.com
Sun May 14 21:31:20 EDT 2006
Author: jesse
Date: Sun May 14 21:31:19 2006
New Revision: 5220
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/index.html
Log:
r13780 at hualien: jesse | 2006-05-14 21:08:21 -0400
* When using the quick ticket creation widget, set the requestor to the current user
Modified: rt/branches/3.5-TESTING/html/index.html
==============================================================================
--- rt/branches/3.5-TESTING/html/index.html (original)
+++ rt/branches/3.5-TESTING/html/index.html Sun May 14 21:31:19 2006
@@ -85,6 +85,7 @@
my $ticket = RT::Ticket->new($session{'CurrentUser'});
my ($tid, $trans, $tmsg) = $ticket->Create(Queue => $ARGS{'Queue'},
Owner => $ARGS{'Owner'},
+ Requestor => $session{'CurrentUser'}->UserObj->EmailAddress,
Subject => $ARGS{'Subject'});
More information about the Rt-commit
mailing list