|
@@ -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
|