浏览代码

Return back set maxPageLinks for datagrid Pager.

Andrey Suslin 12 年之前
父节点
当前提交
19832ab356
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Admin/Admin.php

+ 2 - 0
Admin/Admin.php

@@ -762,6 +762,8 @@ abstract class Admin implements AdminInterface, DomainObjectInterface
         // initialize the datagrid
         $this->datagrid = $this->getDatagridBuilder()->getBaseDatagrid($this, $filterParameters);
 
+        $this->datagrid->getPager()->setMaxPageLinks($this->maxPageLinks);
+
         $mapper = new DatagridMapper($this->getDatagridBuilder(), $this->datagrid, $this);
 
         // build the datagrid filter