[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 |
| <type name="Magento\Catalog\Block\Product\View\Gallery"> | ||
| <type name="Magento\Framework\View\Element\Message\MessageConfigurationsPool"> | ||
| <arguments> | ||
| <argument name="galleryImagesConfig" xsi:type="array"> |
There was a problem hiding this comment.
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. |
nuzil
left a comment
There was a problem hiding this comment.
@gelanivishal can you please fix failed tests?
| <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.
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