-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Disabled flat: cast $attributeId as (int) in selects #26790
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
Disabled flat: cast $attributeId as (int) in selects #26790
Conversation
Hi @ilnytskyi. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
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.
Hi @ilnytskyi. Thank you for your collaboration. Could you take a look at the failing tests, please?
Also, according to the new Definition of Done all changes should be covered by auto-tests. In this particular case, I would suggest extending the existing unit test.
Thank you.
8f66966
to
2397bec
Compare
@rogyar added a test |
@ilnytskyi unfortunately, only members of the maintainers team are allowed to remove progress related labels to the pull request |
Awesome, thank you |
Hi @rogyar, thank you for the review. |
✔️ QA passed |
Hi @ilnytskyi, thank you for your contribution! |
Description (*)
When we disabled flat we noticed that ids are cast as string
this fix will change it to be cast like numbers
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
\Magento\Eav\Model\Entity\Collection\AbstractCollection::_loadAttributes
methodQuestions or comments
Contribution checklist (*)