Skip to content

Commit

Permalink
[SonataIntegrationBundle] Fix config.id admin filter (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
DumitracheAdrian authored Apr 22, 2024
1 parent ec0981c commit f152fa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ConfigAdmin extends AbstractAdmin
protected function configureDatagridFilters(DatagridMapper $filter): void
{
$filter
->add('name');
->add('id');
}

public function configureFormFields(FormMapper $form): void
Expand Down

0 comments on commit f152fa5

Please sign in to comment.