[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-102-g31f4e23

Shawn Moore sartak at bestpractical.com
Fri Jul 2 18:46:53 EDT 2010


The branch, 3.9-trunk has been updated
       via  31f4e2394efee01fb6292d806a35b35706f5f3fc (commit)
      from  41d51f1c9edaa671fa08dd6e4eeebb213a781750 (commit)

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

- Log -----------------------------------------------------------------
commit 31f4e2394efee01fb6292d806a35b35706f5f3fc
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri Jul 2 18:48:02 2010 -0400

    Add a callback for before One-time Cc

diff --git a/share/html/Ticket/Elements/UpdateCc b/share/html/Ticket/Elements/UpdateCc
index 2559e56..9ffabcb 100644
--- a/share/html/Ticket/Elements/UpdateCc
+++ b/share/html/Ticket/Elements/UpdateCc
@@ -45,6 +45,8 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
+% $m->callback(CallbackName => 'BeforeCc', ARGSRef => \%ARGS, Ticket => $TicketObj, one_time_Ccs => \@one_time_Ccs, txn_addresses => \%txn_addresses);
+
 <tr><td class="label"><&|/l&>One-time Cc</&>:</td><td><& /Elements/EmailInput, Name => 'UpdateCc', Size => '60', Default => $ARGS{UpdateCc} &>
 <input type="hidden" id="UpdateIgnoreAddressCheckboxes" name="UpdateIgnoreAddressCheckboxes" value="0">
         <br />

-----------------------------------------------------------------------


More information about the Rt-commit mailing list