Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Feb 7, 2019
1 parent 2870c3c commit 6de81a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Configuration/ListFormFiltersConfigPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ private function processObjectListFormFilters(string $objectType, array &$object
// Auto set label with name value
$filterConfig['label'] = $filterConfig['label'] ?? $filterConfig['name'];

$this->configureFilter(
$entityConfig['class'],
$filterConfig,
$backendConfig['translation_domain'] ?? 'EasyAdminBundle'
);

if ('entity' === $objectType) {
$this->configureEntityFormFilter(
$objectConfig['class'],
Expand Down

0 comments on commit 6de81a3

Please sign in to comment.