[Rt-commit] r13088 - in rt/branches/3.8-TESTING: share/html/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Mon Jun 9 17:25:33 EDT 2008
Author: jesse
Date: Mon Jun 9 17:25:11 2008
New Revision: 13088
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/share/html/Elements/CollectionList
Log:
r32523 at 31b: jesse | 2008-06-09 17:22:57 -0400
* Fix CollectionList's default count to not be 'one per page'
Modified: rt/branches/3.8-TESTING/share/html/Elements/CollectionList
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Elements/CollectionList (original)
+++ rt/branches/3.8-TESTING/share/html/Elements/CollectionList Mon Jun 9 17:25:11 2008
@@ -162,7 +162,7 @@
@Order => ()
@OrderBy => ()
-$Rows => 1
+$Rows => undef
$Page => 1
$Title => loc('Ticket Search')
$BaseURL => RT->Config->Get('WebPath') . $m->request_comp->path .'?'
More information about the Rt-commit
mailing list