[Rt-commit] r15323 - in rt/3.8/trunk: share/html/Ticket

sartak at bestpractical.com sartak at bestpractical.com
Thu Aug 21 04:31:23 EDT 2008


Author: sartak
Date: Thu Aug 21 04:31:23 2008
New Revision: 15323

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Ticket/Display.html

Log:
 r69927 at onn:  sartak | 2008-08-21 03:46:14 -0400
 Process dates and custom fields in Ticket/Display, too


Modified: rt/3.8/trunk/share/html/Ticket/Display.html
==============================================================================
--- rt/3.8/trunk/share/html/Ticket/Display.html	(original)
+++ rt/3.8/trunk/share/html/Ticket/Display.html	Thu Aug 21 04:31:23 2008
@@ -152,8 +152,10 @@
 
     #Process status updates
     push @Actions, ProcessTicketWatchers(ARGSRef => \%ARGS, TicketObj => $TicketObj );
-    push @Actions, ProcessTicketBasics(   ARGSRef => \%ARGS, TicketObj => $TicketObj );
-    push @Actions, ProcessTicketLinks(    ARGSRef => \%ARGS, TicketObj => $TicketObj );
+    push @Actions, ProcessTicketBasics(  ARGSRef => \%ARGS, TicketObj => $TicketObj );
+    push @Actions, ProcessTicketLinks(   ARGSRef => \%ARGS, TicketObj => $TicketObj );
+    push @Actions, ProcessTicketDates(   ARGSRef => \%ARGS, TicketObj => $TicketObj );
+    push @Actions, ProcessObjectCustomFieldUpdates(ARGSRef => \%ARGS, TicketObj => $TicketObj );
 
     # XXX: we shouldn't block actions here if user has no right to see the ticket,
     # but we should allow him to see actions he has done


More information about the Rt-commit mailing list