[Jifty-commit] r7443 - jifty/trunk/lib/Jifty/View/Declare

Jifty commits jifty-commit at lists.jifty.org
Tue Aug 25 03:06:15 EDT 2009


Author: sartak
Date: Tue Aug 25 03:06:15 2009
New Revision: 7443

Modified:
   jifty/trunk/lib/Jifty/View/Declare/CRUD.pm

Log:
Propagate per_page info to the paging widget

Modified: jifty/trunk/lib/Jifty/View/Declare/CRUD.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare/CRUD.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare/CRUD.pm	Tue Aug 25 03:06:15 2009
@@ -839,6 +839,7 @@
     render_mason '/_elements/paging' => {
         collection => $collection,
         page       => $page,
+        per_page   => $self->per_page,
     };
 };
 
@@ -856,6 +857,7 @@
     render_mason '/_elements/paging' => {
         collection => $collection,
         page       => $page,
+        per_page   => $self->per_page,
     };
 };
 


More information about the Jifty-commit mailing list