-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Forwardport] Add compare list link to success message after adding a product #16757
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] Add compare list link to success message after adding a product #16757
Conversation
Hi @gelanivishal. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@gelanivishal don't forget to add Backport/Forwardport into issue title. |
@gelanivishal please fix Static and integration tests |
<arguments> | ||
<argument name="galleryImagesConfig" xsi:type="array"> |
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.
Looks like you wrongly resolved conflicts while doing this Forwardport. Can you please check this part and resolve it correctly?
@nuzil I have fixed request chagnes. |
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.
@gelanivishal can you please fix failed tests?
@@ -82,20 +82,11 @@ | |||
<type name="Magento\Catalog\Block\Product\View\Gallery"> | |||
<arguments> | |||
<argument name="galleryImagesConfig" xsi:type="array"> | |||
<item name="small_image" xsi:type="array"> |
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
Looks like you accidentally removed working part of code, can you please review your changes? As reference you can use this commit from original PR
https://github.com/magento/magento2/pull/13862/files#diff-da4fdd9a985964091b2bbe0a3722ab77
@nuzil Please review at once. |
@orlangur Please review requested changes. |
Hi @gelanivishal you still have failed Static tests, can you please review this changes? |
…fter adding a product #16757
Hi @gelanivishal. Thank you for your contribution. |
Original Pull Request
#13862
Description
If I add a product to the compare list, I want to go the compare list directly after that in many cases without having to search for a link. Thus, the link has been added to the success message now.
Manual testing scenarios
Contribution checklist