[freeside-commits] branch FREESIDE_3_BRANCH updated. ddb601f6bb7bdce8e0912e78472335f5613d20db

Ivan ivan at 420.am
Thu Sep 1 17:00:32 PDT 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  ddb601f6bb7bdce8e0912e78472335f5613d20db (commit)
       via  4a896c6c3703b5f509fc75e98a7982fbcd85f9ae (commit)
      from  f33281a9f445b06e319c45f393c71577701eff67 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ddb601f6bb7bdce8e0912e78472335f5613d20db
Merge: 4a896c6 f33281a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Sep 1 17:00:22 2016 -0700

    Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH


commit 4a896c6c3703b5f509fc75e98a7982fbcd85f9ae
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Sep 1 16:59:35 2016 -0700

    re-fix jumbo view, RT#72356

diff --git a/rt/share/html/Ticket/ModifyAll.html b/rt/share/html/Ticket/ModifyAll.html
index d4810c1..d0568a8 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')) {

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

Summary of changes:
 rt/share/html/Ticket/ModifyAll.html |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)




More information about the freeside-commits mailing list