From: Ivan Kohler Date: Thu, 1 Sep 2016 23:59:35 +0000 (-0700) Subject: re-fix jumbo view, RT#72356 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4a896c6c3703b5f509fc75e98a7982fbcd85f9ae re-fix jumbo view, RT#72356 --- diff --git a/rt/share/html/Ticket/ModifyAll.html b/rt/share/html/Ticket/ModifyAll.html index d4810c121..d0568a874 100755 --- a/rt/share/html/Ticket/ModifyAll.html +++ b/rt/share/html/Ticket/ModifyAll.html @@ -188,13 +188,14 @@ unless ($OnlySearchForPeople or $OnlySearchForGroup or $ARGS{'AddMoreAttach'} ) push @results, ProcessTicketLinks( TicketObj => $Ticket, ARGSRef => \%ARGS); push @results, ProcessTicketStatus( TicketObj => $Ticket, ARGSRef => \%ARGS ); -$Ticket->ApplyTransactionBatch; + $Ticket->ApplyTransactionBatch; -MaybeRedirectForResults( - Actions => \@results, - Path => "/Ticket/ModifyAll.html", - Arguments => { id => $Ticket->id }, -); + MaybeRedirectForResults( + Actions => \@results, + Path => "/Ticket/ModifyAll.html", + Arguments => { id => $Ticket->id }, + ); +} # If they've gone and moved the ticket to somewhere they can't see, etc... unless ($Ticket->CurrentUserHasRight('ShowTicket')) {