Login with wishlist raise report after logout.#16386
Login with wishlist raise report after logout.#16386magento-engcom-team merged 2 commits intomagento:2.2-developfrom swnsma:login-with-wishlist-report-after-logout-2.2
Conversation
- fix error message after login with wishlist; - fix possibility to logout after login with wishlist;
|
Hi @swnsma. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
phoenix128
left a comment
There was a problem hiding this comment.
Hello @swnsma ,
can you please check my review?
| $proceed(...$args); | ||
| $beforeParams = $this->session->getBeforeRequestParams(); | ||
| if ($beforeParams['form_key'] == $currentFormKey) { | ||
| if (isset($beforeParams['form_key']) && $beforeParams['form_key'] == $currentFormKey) { |
There was a problem hiding this comment.
Can you please switch it to strict comparison?
$beforeParams['form_key'] === $currentFormKey
|
@phoenix128 , strict comparison was added |
|
Hi @phoenix128, thank you for the review. |
|
Hi @swnsma. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
Description
Fix login issue through wishlist url which raise error right after login and report after logout.
Fixed Issues (if relevant)
Manual testing scenarios
Pre-conditions
Steps to reproduce
Actual results
Expected results
Contribution checklist