shopware / shopware

Shopware 6 is an open commerce platform based on Symfony Framework and Vue and supported by a worldwide community and more than 1.500 community extensions
https://shopware.com
MIT License
2.75k stars 1k forks source link

[GitHub] feat: forward wishlist instead of removing history in WishlistLocalStoragePlugin #4115

Open shopwareBot opened 1 month ago

shopwareBot commented 1 month ago

1. Why is this change necessary?

It hurts UX to not do so :-)

2. What does this change do, exactly?

Changed location.replace to location.href in WishlistLocalStoragePlugin

3. Describe each step to reproduce the issue or behaviour.

Requirements

4. Please link to the relevant issues (if any).

5. Checklist

🤖 Generated by Copilot at 9ea4082

This pull request fixes a bug in the wishlist plugin that removed the browser history when redirecting to the login page. It changes the local-wishlist.plugin.js file to use window.location.href instead of window.location.replace and adds a changelog entry for the change.

🤖 Generated by Copilot at 9ea4082


Imported from Github. Please see: https://github.com/shopware/platform/pull/3338

shopware-issue-bot[bot] commented 1 month ago

We found the following existing issues which may help or are related to your topic:

shopwareBot commented 1 month ago

[public] Automated response: This issue is linked to the internal issue https://shopware.atlassian.net/browse/NEXT-30855.

[created from NEXT-30855, comment 485552]