-
Notifications
You must be signed in to change notification settings - Fork 9.4k
2.1 develop #9966
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
2.1 develop #9966
Conversation
…lation/rendering on Category page - for 2.1.6
…e cause locks on order page/api - for 2.1.6
…e cause locks on order page/api - for 2.1.6
… block cache - for 2.1.6
…or configurable product - for 2.1.6
…or configurable product - for 2.1.6
…lation/rendering on Category page - for 2.1.6
…lation/rendering on Category page - for 2.1.6
…lation/rendering on Category page - for 2.1.6
…ches attributes - for 2.1.6
…ches attributes - for 2.1.6
…ches attributes - for 2.1.6
…off swatches for category page - for 2.1.6
…off swatches for category page - for 2.1.6
…check FS operations (file_exists, is_file) - for 2.1.6
…off swatches for category page - for 2.1.6
…ches attributes - for 2.1.6
…check FS operations (file_exists, is_file) - for 2.1.6
…check FS operations (file_exists, is_file) - for 2.1.6
…off swatches for category page - for 2.1.6
…off swatches for category page - for 2.1.6
…off swatches for category page - for 2.1.6
…off swatches for category page - for 2.1.6
…check FS operations (file_exists, is_file) - for 2.1.6
…off swatches for category page - for 2.1.6
…check FS operations (file_exists, is_file) - for 2.1.6
…ches attributes - for 2.1.6
…off swatches for category page - for 2.1.6
…check FS operations (file_exists, is_file) - for 2.1.6
- Merge Pull Request #9601 from kassner/magento2:patch-6
…to/magento2ce into MAGETWO-69543-PR-9704
… the layered navigation options are sometimes being cached using the wrong store id. #9704
(build 2.1.7.035)
….1 Problem with change currency #9841
… the layered navigation options are sometimes being cached using the wrong store id. #9704
…imum time limit for jobs - 2.1-develop
… the layered navigation options are sometimes being cached using the wrong store id. #970
[EngCom] Public Pull Requests - 2.1 - MAGETWO-69665: Backport of MAGETWO-59089 for Magento 2.1: Magento 2.1.1 Problem with change currency #9841 - MAGETWO-69543: Fixes regression bug introduced in Magento 2.1.6 where the layered navigation options are sometimes being cached using the wrong store id. #9704 - MAGETWO-69151: Do not hardcode product link types [2.1 backport] #9601 - MAGETWO-69691: Travis build failures because the job exceeded the maximum time limit for jobs - 2.1-develop
Updated CONTRIBUTING.md
lestare seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
@angelo983 Looks like you have selected wrong branches by mistake (from |
I found the bug in the 2.1-develop. Am I missing something I have to know about committing here instead of develop branch? |
@angelo983 Maybe you have mixed up the repositories or branches for the Pull Request, as currently, this PR is set up to merge |
Inserts specified item into container at a specified position.
Description
Wrong evaluating check of position param (Position at which item should be inserted.)
let hang Checkout Page
Fixed Issues (if relevant)
lib/web/mage/utils/arrays.js
Line 105
from
if (typeof position === 'undefined') {
to
if (typeof position === 'undefined' || position == null) {
Manual testing scenarios
May happens while buying simple products of configurable products