[freeside-commits] branch master updated. fb7f2ed2a0f7d3d0569a675aa1d250ff4d177d29

Ivan ivan at 420.am
Mon Aug 15 10:33:27 PDT 2016


The branch, master has been updated
       via  fb7f2ed2a0f7d3d0569a675aa1d250ff4d177d29 (commit)
      from  f61c9f22f0290313308df3b0a7ab20b8d7a4c90a (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 fb7f2ed2a0f7d3d0569a675aa1d250ff4d177d29
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Aug 15 10:33:26 2016 -0700

    fix jumbo view

diff --git a/rt/share/html/Ticket/ModifyAll.html b/rt/share/html/Ticket/ModifyAll.html
index f0b70b5..7d92387 100755
--- a/rt/share/html/Ticket/ModifyAll.html
+++ b/rt/share/html/Ticket/ModifyAll.html
@@ -175,7 +175,7 @@ $m->callback( TicketObj => $Ticket, ARGSRef => \%ARGS, skip_update => \$skip_upd
         $skip_update = 1;
     }
 }
- 
+
 # There might be two owners.
 if ( ref ($ARGS{'Owner'} )) {
     my @owners =@{$ARGS{'Owner'}};
@@ -187,7 +187,7 @@ if ( ref ($ARGS{'Owner'} )) {
         elsif (length $owner) {
             $ARGS{'Owner'} = $owner unless ($Ticket->OwnerObj->id == $owner);
         }
-     }
+    }
 }
 
 unless ($skip_update or $OnlySearchForPeople or $OnlySearchForGroup or $ARGS{'AddMoreAttach'} ) {
@@ -197,7 +197,6 @@ unless ($skip_update or $OnlySearchForPeople or $OnlySearchForGroup or $ARGS{'Ad
     push @results, ProcessUpdateMessage( TicketObj => $Ticket, ARGSRef=>\%ARGS );
     push @results, ProcessTicketBasics( TicketObj => $Ticket, ARGSRef => \%ARGS );
     push @results, ProcessTicketLinks( TicketObj => $Ticket, ARGSRef => \%ARGS);
-}
     push @results, ProcessTicketStatus( TicketObj => $Ticket, ARGSRef => \%ARGS );
 
     $Ticket->ApplyTransactionBatch;
@@ -207,7 +206,6 @@ unless ($skip_update or $OnlySearchForPeople or $OnlySearchForGroup or $ARGS{'Ad
         Path      => "/Ticket/ModifyAll.html",
         Arguments => { id => $Ticket->id },
     );
-
 }
 
 # If they've gone and moved the ticket to somewhere they can't see, etc...

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

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




More information about the freeside-commits mailing list