[Rt-commit] r12709 - rt/branches/3.8-TESTING/share/html/Ticket

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed May 28 05:21:14 EDT 2008


Author: sunnavy
Date: Wed May 28 05:20:45 2008
New Revision: 12709

Modified:
   rt/branches/3.8-TESTING/share/html/Ticket/ModifyAll.html

Log:
we should process links part at last in Jumbo page

Modified: rt/branches/3.8-TESTING/share/html/Ticket/ModifyAll.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/ModifyAll.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/ModifyAll.html	Wed May 28 05:20:45 2008
@@ -165,7 +165,6 @@
     @wresults   = ProcessTicketWatchers( TicketObj => $Ticket, ARGSRef => \%ARGS);
     @cf_results = ProcessObjectCustomFieldUpdates( Object => $Ticket, ARGSRef => \%ARGS);
     @dresults   = ProcessTicketDates( TicketObj => $Ticket, ARGSRef => \%ARGS);
-    @lresults   = ProcessTicketLinks( TicketObj => $Ticket, ARGSRef => \%ARGS);
 
     if ($ARGS{'UpdateAttachment'}) {
         my $subject = "$ARGS{'UpdateAttachment'}";
@@ -185,6 +184,7 @@
 
     push @results, ProcessUpdateMessage( TicketObj => $Ticket, ARGSRef=>\%ARGS );
     push @results, ProcessTicketBasics( TicketObj => $Ticket, ARGSRef => \%ARGS );
+    @lresults   = ProcessTicketLinks( TicketObj => $Ticket, ARGSRef => \%ARGS);
 }
 push @results, @wresults;
 push @results, @dresults;


More information about the Rt-commit mailing list