[Rt-commit] rtir branch, 4.0/update-incident-edit-callback, created. 4.0.0-10-g99dc9fa

Jim Brandt jbrandt at bestpractical.com
Thu Nov 17 08:33:55 EST 2016


The branch, 4.0/update-incident-edit-callback has been created
        at  99dc9fac56821f44368bffcd8ddba6f77ffff6e3 (commit)

- Log -----------------------------------------------------------------
commit 99dc9fac56821f44368bffcd8ddba6f77ffff6e3
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Nov 17 08:33:45 2016 -0500

    Add more params to Initial callback

diff --git a/html/RTIR/Edit.html b/html/RTIR/Edit.html
index 9347c53..d0a0a4d 100644
--- a/html/RTIR/Edit.html
+++ b/html/RTIR/Edit.html
@@ -170,7 +170,8 @@
 my $Ticket = LoadTicket($id);
 $id = $ARGS{'id'} = $Ticket->Id;
 
-$m->callback(CallbackName => 'Initial', %ARGS, Ticket => $Ticket);
+$m->callback(CallbackName => 'Initial', %ARGS, Ticket => $Ticket,
+    ARGSRef => \%ARGS, SaveChanges => \$SaveChanges);
 
 my $Type = RT::IR::TicketType( Lifecycle => $Ticket->QueueObj->Lifecycle );
 # If it's not an RTIR ticket type, just show the 

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


More information about the rt-commit mailing list