[Rt-commit] r18011 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 05:11:57 EST 2009


Author: sunnavy
Date: Thu Jan 29 05:11:56 2009
New Revision: 18011

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/Ticket/Display.html

Log:
 r19215 at sunnavys-mb:  sunnavy | 2009-01-29 17:38:03 +0800
 merged share/html/Ticket/Display.html


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Ticket/Display.html
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Ticket/Display.html	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Ticket/Display.html	Thu Jan 29 05:11:56 2009
@@ -163,9 +163,11 @@
     delete $session{'Attachments'};
 
     #Process status updates
-    push @Actions, process_ticket_watchers(args_ref => \%ARGS, ticket_obj => $ticket_obj );
-    push @Actions, process_ticket_basics(   args_ref => \%ARGS, ticket_obj => $ticket_obj );
-    push @Actions, process_ticket_links(    args_ref => \%ARGS, ticket_obj => $ticket_obj );
+    push @Actions, process_ticket_watchers(args_ref => \%ARGS, ticket_obj => $ticket_obj);
+    push @Actions, process_ticket_basics(args_ref => \%ARGS, ticket_obj => $ticket_obj);
+    push @Actions, process_ticket_links(args_ref => \%ARGS, ticket_obj => $ticket_obj);
+    push @Actions, process_ticket_dates(args_ref => \%ARGS, ticket_obj => $ticket_obj);
+    push @Actions, process_object_custom_field_updates(args_ref => \%ARGS, ticket_obj => $ticket_obj);
 
     # 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