Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add extension point to configure/modify filter parameters #6922

Merged
merged 2 commits into from
Mar 8, 2021

Conversation

dmaicher
Copy link
Contributor

@dmaicher dmaicher commented Mar 7, 2021

Subject

I am targeting this branch, because its BC.

Closes #6921

Changelog

### Added
- Added extension point `AbstractAdmin::configureFilterParameters` to configure/modify filter parameters

@dmaicher dmaicher marked this pull request as ready for review March 7, 2021 21:04
@dmaicher dmaicher requested review from VincentLanglet and a team March 7, 2021 21:08
@VincentLanglet
Copy link
Member

Should we add the same method to AdminExtensionInterface and AbstractAdminExtension ?

src/Admin/AbstractAdmin.php Show resolved Hide resolved
VincentLanglet
VincentLanglet previously approved these changes Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AbstractAdmin::getFilterParameters is final on 4.0/master
3 participants