Browse Source

Merge pull request #4390 from sonata-project/set-filter-form-theme

set filter form theme
Christian Gripp 8 years ago
parent
commit
cfb5b184ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/CRUDController.php

+ 1 - 0
Controller/CRUDController.php

@@ -421,6 +421,7 @@ class CRUDController extends Controller
                 $this->admin->getTranslationDomain();
 
             $formView = $datagrid->getForm()->createView();
+            $this->setFormTheme($formView, $this->admin->getFilterTheme());
 
             return $this->render($this->admin->getTemplate('batch_confirmation'), array(
                 'action' => 'list',