-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[DoctrineBridge] Fix bug when indexBy is meta key in PropertyInfo\DoctrineExtractor #25841
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
Conversation
@insekticid would you mind adding a test case please? Status: needs 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.
When a test will be added.
@insekticid Can you work on adding a test case for your bug fix? That's something we need to avoid future regression. Or do you need help? |
Status: needs work |
I need some time to go back to this issue and write some tests |
05a9d10
to
fb8fe4b
Compare
added tests @dunglas ping |
Travis failure is unrelated. Status: Needs Review |
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.
LGTM
Isn't it something that also needs to be fixed in 2.8? |
Thank you @insekticid. |
…rtyInfo\DoctrineExtractor (insekticid) This PR was submitted for the 3.4 branch but it was merged into the 2.8 branch instead (closes #25841). Discussion ---------- [DoctrineBridge] Fix bug when indexBy is meta key in PropertyInfo\DoctrineExtractor | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no <!-- don't forget to update UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | #25834 <!-- #-prefixed issue number(s), if any --> | License | MIT @dunglas could you check it? <!-- - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. - Replace this comment by a description of what your PR is solving. --> Commits ------- 583759f PropertyInfo\DoctrineExtractor - There is bug when indexBy is meta key
@dunglas could you check it?