[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-457-g056022a
Shawn Moore
sartak at bestpractical.com
Fri Nov 12 13:10:12 EST 2010
The branch, 3.9-trunk has been updated
via 056022aac0bf6606442c095fe72a3f77fd8ae5a5 (commit)
from a683d03d36cf3e13df50aa7107c68995ff1d297a (commit)
Summary of changes:
share/html/Ticket/Create.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 056022aac0bf6606442c095fe72a3f77fd8ae5a5
Author: Matt Zagrabelny <mzagrabe at d.umn.edu>
Date: Fri Nov 12 13:09:43 2010 -0500
Add a callback after the requestor textbox in Ticket/Create
diff --git a/share/html/Ticket/Create.html b/share/html/Ticket/Create.html
index 128fcb6..a6fc369 100755
--- a/share/html/Ticket/Create.html
+++ b/share/html/Ticket/Create.html
@@ -117,6 +117,7 @@
</td>
<td class="value" colspan="5">
<& /Elements/EmailInput, Name => 'Requestors', Size => undef, Default => $ARGS{Requestors} || $session{CurrentUser}->EmailAddress &>
+% $m->callback( CallbackName => 'AfterRequestors', QueueObj => $QueueObj, ARGSRef => \%ARGS );
</td>
</tr>
<tr>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list