-
Notifications
You must be signed in to change notification settings - Fork 9.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
Performance: getConfigurableAttributes cache is broken #6999
Comments
Hmm, I haven't experienced that it is still an array.. Maybe Magento could write some tests to check this ;) |
Internal ticket to track issue progress: MAGETWO-69587 |
@magento-team It's already fixed in a merged PR to develop |
Never mind that, @magento-team's comment seems to be automatic. The bot is probably walking through all the internal ticket references it has, no matter the status. |
@paales the issue already fixed in 2.1.10 and will be available soon |
Preconditions
Steps to reproduce
hasCacheData
method always returns falseExpected result
Actual result
The two selected lines should be replaced:
magento2/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php
Lines 446 to 447 in 1ade3b7
With
The text was updated successfully, but these errors were encountered: