[Rt-commit] rt branch, 4.0/mobile-ui-next-page-fix, created. rt-4.0.1-128-gbf559e5
Jason May
jasonmay at bestpractical.com
Wed Jul 27 14:26:46 EDT 2011
The branch, 4.0/mobile-ui-next-page-fix has been created
at bf559e59a346c2cf3c5e9cff702c92185c4630de (commit)
- Log -----------------------------------------------------------------
commit bf559e59a346c2cf3c5e9cff702c92185c4630de
Author: Jason May <jasonmay at bestpractical.com>
Date: Wed Jul 27 14:14:41 2011 -0400
Use CountAll for total tickets in the Mobile UI ticket list
diff --git a/share/html/m/_elements/ticket_list b/share/html/m/_elements/ticket_list
index f06cc7e..e16dc74 100644
--- a/share/html/m/_elements/ticket_list
+++ b/share/html/m/_elements/ticket_list
@@ -80,7 +80,7 @@ if ($page > 1 && ! @{$collection->ItemsArrayRef||[]}) {
</%init>
<&| /m/_elements/wrapper, title =>
-loc("Found [quant,_1,ticket]",$collection->Count) &>
+loc("Found [quant,_1,ticket]",$collection->CountAll) &>
<&|/Widgets/TitleBox, class => 'search'
&>
<ul class="ticketlist">
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list