Skip to content

Commit

Permalink
[189] Fix membership application filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwildor committed Jun 5, 2024
1 parent c7fc281 commit e272556
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 e272556

Please sign in to comment.