-
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
Fix broken commit in #15040 that accidentally reverted previous changes. #16594
Fix broken commit in #15040 that accidentally reverted previous changes. #16594
Conversation
Hi @gwharton. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
I have checked and this was only broken in 2.2-develop. The original fix that was reverted is still applied to 2.1-develop and 2.3-develop correctly so no backporting/forwardporting is required. |
@magento-engcom-team give me test instance |
Hi @gwharton. Thank you for your request. I'm working on Magento instance for you |
Hi @gwharton, here is your new Magento instance. |
I can confirm that I have checked the fix in the test instance. The image captions are not displayed under the image by default. |
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.
It was wrong before because not defining options != false because fotorama fallback settings are not all "false" by default. Works well now, nice job!
@miguelbalparda I think this PR can be merged to fix the main issue and after that move forward with other improvements if needed |
Hi @miguelbalparda, thank you for the review. |
…revious changes. #16594
Hi @gwharton. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
Porting to 2.1 and 2.3 is not required. The fix has already been applied to both branches. |
@magento-engcom-team : you say this PR will be part of Magento 2.2.7, but the PR is listed in the Magento 2.2.6 milestone: https://github.com/magento/magento2/milestone/20, so which one is the correct one? Thanks! |
For some reason this commit is not visible in the file in the 2.2-develop branch. |
Well, i have no idea why the changes have gone! I will create another pull request to fix this again. |
thanks |
Description
Issue #15009/PR #15020 fixed issues with the gallery template.
PR#15040 accidentally reverted the fixes.
This PR reapplies them
Fixed Issues (if relevant)
Contribution checklist