Browse Source

Fix keyname

Thomas Rabaix 13 years ago
parent
commit
8cdd772ae4
1 changed files with 1 additions and 1 deletions
  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