Skip to content

Commit

Permalink
Merge pull request sonata-project#4390 from sonata-project/set-filter…
Browse files Browse the repository at this point in the history
…-form-theme

set filter form theme
  • Loading branch information
core23 authored Mar 13, 2017
2 parents 7db5edb + e1a7346 commit cfb5b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Controller/CRUDController.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ public function batchAction()
$this->admin->getTranslationDomain();

$formView = $datagrid->getForm()->createView();
$this->setFormTheme($formView, $this->admin->getFilterTheme());

return $this->render($this->admin->getTemplate('batch_confirmation'), array(
'action' => 'list',
Expand Down

0 comments on commit cfb5b18

Please sign in to comment.