[Rt-commit] r16140 - in rt/branches/3.999-DANGEROUS/share/html: Elements

clkao at bestpractical.com clkao at bestpractical.com
Sun Sep 28 10:19:57 EDT 2008


Author: clkao
Date: Sun Sep 28 10:19:57 2008
New Revision: 16140

Modified:
   rt/branches/3.999-DANGEROUS/share/html/Elements/ListActions
   rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyAll.html

Log:
make ListActions get jifty_messages, so we have login message everywhere.

Modified: rt/branches/3.999-DANGEROUS/share/html/Elements/ListActions
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Elements/ListActions	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Elements/ListActions	Sun Sep 28 10:19:57 2008
@@ -78,6 +78,8 @@
     }
     grep $_, @actions;
 
+push @actions, get_jifty_messages();
+
 return unless @actions;
 
 </%init>

Modified: rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyAll.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyAll.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyAll.html	Sun Sep 28 10:19:57 2008
@@ -195,10 +195,7 @@
 }
     @lresults   = process_ticket_links( ticket_obj => $Ticket, args_ref => \%ARGS);
 
-my @dresults = get_jifty_messages();
-
 push @results, @wresults;
-push @results, @dresults;
 push @results, @lresults;
 push @results, @cf_results;
 


More information about the Rt-commit mailing list