[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-193-gfe9ac7a

Shawn Moore sartak at bestpractical.com
Fri Nov 12 15:39:57 EST 2010


The branch, 3.8-trunk has been updated
       via  fe9ac7a0523e5a942dc6016b660e0e06fb52d796 (commit)
      from  c252120977932e4d6166e4c4b019cdd87295ef84 (commit)

Summary of changes:
 share/html/Ticket/Create.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit fe9ac7a0523e5a942dc6016b660e0e06fb52d796
Author: Matt Zagrabelny <mzagrabe at d.umn.edu>
Date:   Fri Nov 12 15:40:00 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 2bc6ea0..81ec2bd 100755
--- a/share/html/Ticket/Create.html
+++ b/share/html/Ticket/Create.html
@@ -86,6 +86,7 @@
 </td>
 <td class="value" colspan="5">
 <& /Elements/EmailInput, Name => 'Requestors', Size => '40', 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