-
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
Email template store-switcher #38892
Comments
Hi @vandijkstef. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Dash. Thank you for working on this issue.
|
Hi @vandijkstef Thanks for reporting and collaboration. Verified the issue on the Magento 2.4 dev instance and the issue is reproducible. Click is ignored, nothing happens when the Newsletter template is opened and try to switch store Steps to reproduce Please refer to the attached screen recording. 38892_Confirmed.mov |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-12334 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Dash. Thank you for verifying the issue. |
@magento I am working on this |
Hi @lucafuser! 👋 |
@magento add to contributors team |
Hi @lucafuser! 👋 |
@magento add to contributors team |
@magento I am working on this |
- Fix issue with jQuery deprecated load method
Preconditions and environment
Steps to reproduce
Expected result
An opened store switcher
Actual result
Click is ignored, nothing happens.
Additional information
Magento/Module_Newsletter/view/adminhtml/templates/preview/iframeswitcher.phtml
is containing deprecated jQuery 'onload' code.Currently:
Needs to be:
Furthermore there needs to be checked where
).load(
is still being used.Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: