[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.1-53-gf393920

Alex Vandiver alexmv at bestpractical.com
Thu Dec 5 16:36:35 EST 2013


The branch, 4.2-trunk has been updated
       via  f3939200fb29f61c70f9d4aa7d148201486c9db1 (commit)
      from  22066dcd6f63d5e6f747e8176bbbae52ba25b41d (commit)

Summary of changes:
 share/html/Ticket/Modify.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit f3939200fb29f61c70f9d4aa7d148201486c9db1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Dec 5 22:30:43 2013 +0100

    Pass results to 'Default' Modify.html callback.
    
    We want to be able to modify result in 'Default' callback. Allow that.
    
    Signed-off-by: Arkadiusz Miśkiewicz <arekm at maven.pl>

diff --git a/share/html/Ticket/Modify.html b/share/html/Ticket/Modify.html
index 5fa2a4b..9677538 100644
--- a/share/html/Ticket/Modify.html
+++ b/share/html/Ticket/Modify.html
@@ -78,7 +78,7 @@ my @results;
 my $skip_update = 0;
 
 # Now let callbacks have a chance at editing %ARGS
-$m->callback( TicketObj => $TicketObj, CustomFields => $CustomFields, ARGSRef => \%ARGS, skip_update => \$skip_update );
+$m->callback( TicketObj => $TicketObj, CustomFields => $CustomFields, ARGSRef => \%ARGS, skip_update => \$skip_update, results => \@results );
 
 {
     my ($status, @msg) = $m->comp(

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


More information about the rt-commit mailing list