浏览代码

Fix keyname

Thomas Rabaix 13 年之前
父节点
当前提交
8cdd772ae4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/CRUDController.php

+ 1 - 1
Controller/CRUDController.php

@@ -156,7 +156,7 @@ class CRUDController extends Controller
         // set the theme for the current Admin Form
         $this->get('twig')->getExtension('form')->renderer->setTheme($formView, $this->admin->getFilterTheme());
 
-        return $this->render($this->admin->getTemplate('edit'), array(
+        return $this->render($this->admin->getTemplate('list'), array(
             'action'   => 'list',
             'form'     => $formView,
             'datagrid' => $datagrid