re-fix jumbo view, RT#72356
authorIvan Kohler <ivan@freeside.biz>
Thu, 1 Sep 2016 23:59:35 +0000 (16:59 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 1 Sep 2016 23:59:35 +0000 (16:59 -0700)
rt/share/html/Ticket/ModifyAll.html

index d4810c1..d0568a8 100755 (executable)
@@ -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')) {