Explorar o código

set filter form theme. fixes #3850 #3332

Oskar Stark %!s(int64=8) %!d(string=hai) anos
pai
achega
e1a7346c7a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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',