-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Set "or_group" filter option at SearchHandler::search()
#6992
Conversation
composer.json
Outdated
@@ -69,6 +69,7 @@ | |||
"doctrine/doctrine-bundle": ">=3", | |||
"sonata-project/core-bundle": "<3.20", | |||
"sonata-project/doctrine-extensions": "<1.8", | |||
"sonata-project/doctrine-orm-admin-bundle": "<3.32", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adding a conflict here does not seem right, is it needed to make it work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Versions previous to sonata-project/doctrine-orm-admin-bundle 3.32 haven't the fix.
Actually, the fix is provided by that package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then, to get the fix you just have to update that package, not this one, right? I mean, we do not conflict on the orm-bundle when we fix something here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fine, no problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit message and the PR description were also updated.
SearchHandler::search()
Thanks @phansys |
Subject
Set "or_group" filter option at
SearchHandler::search()
I am targeting this branch, because this change respects BC.
Related to #2850, #3368, #5569, sonata-project/SonataDoctrineORMAdminBundle#1373.
Changelog