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

[Forwardport] Complete the fix for cache issue due to the currencies with no symbol #15903

Conversation

dmytro-ch
Copy link
Contributor

@dmytro-ch dmytro-ch commented Jun 6, 2018

Original PR: #15902

Description

Using getCurrencySymbol() leads to a bug for currencies where there is no currency symbol - cache ends up being non-unique. Using currency code for caching is a more foolproof way.

The issue has been partially fixed in 2.3-develop branch in #14216 (Magento\ConfigurableProduct\Block\Product\View\Type\Configurable)
and #14684 (Magento\CatalogWidget\Block\Product\ProductsList).

Manual testing scenarios

  1. Test the Catalog Category View page (including configurable products)
  2. Test the Catalog Product List widget

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

…he cache issue for currencies with no symbol
@dmytro-ch dmytro-ch added Release Line: 2.3 partners-contribution Pull Request is created by Magento Partner Partner: Atwix Pull Request is created by partner Atwix labels Jun 6, 2018
@dmytro-ch dmytro-ch requested a review from orlangur June 6, 2018 15:09
@magento-engcom-team magento-engcom-team added this to the Release: 2.3.0 milestone Jun 7, 2018
@magento-engcom-team magento-engcom-team merged commit 23d76ed into magento:2.3-develop Jun 7, 2018
magento-engcom-team pushed a commit that referenced this pull request Jun 7, 2018
@magento-engcom-team
Copy link
Contributor

Hi @dmytro-ch. Thank you for your contribution.
Changes from your Pull Request will be available with the upcoming 2.3.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Catalog Partner: Atwix Pull Request is created by partner Atwix partners-contribution Pull Request is created by Magento Partner Progress: accept Release Line: 2.3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants