Skip to content

Commit

Permalink
Merge pull request #198 from roodjong/189-fix-application-filter
Browse files Browse the repository at this point in the history
[189] Fix membership application filter
  • Loading branch information
Gwildor authored Jun 6, 2024
2 parents c7fc281 + e272556 commit adfcd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Admin/MembershipApplicationCrud.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public function configureFields(string $pageName): iterable
public function configureFilters(Filters $filters): Filters
{
return $filters
->add(EntityFilter::new('division'))
->add(EntityFilter::new('preferredDivision', 'Afdeling'))
;
}

Expand Down

0 comments on commit adfcd00

Please sign in to comment.