-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix missing escape Url method #30008
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
Fix missing escape Url method #30008
Conversation
Hi @mrtuvn. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
016b943
to
28d2d9e
Compare
@magento run all tests |
@magento create issue |
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.
@mrtuvn could you please cover changes with automated test?
@sidolov i'm not sure how to start a test with such case |
@magento give me test instance |
Hi @mrtuvn. Thank you for your request. I'm working on Magento instance for you. |
Hi @mrtuvn, here is your Magento Instance: https://d157d14bc4d8fce469c45ab283b2dd75.instances.magento-community.engineering |
@mrtuvn you can write an integration test on the block which uses a template changed by this PR and checks if the additional code is present. |
@engcom-Charlie Can you help with cover by mftf ? I'm not familiar with mftf test |
@mrtuvn Here is all information https://devdocs.magento.com/mftf/docs/introduction.html. If you will have any questions, let me know. |
28d2d9e
to
acf5fa6
Compare
@magento run all tests |
@mrtuvn can you please add additional info on how to reproduce the issue manually and expected/actual results? |
up fix static tests
acf5fa6
to
777c7c7
Compare
rebase branch with latest mainline code base + add fix static tests |
@mrtuvn I'll take care of test coverage. |
@magento run all tests |
Hi @sivaschenko, thank you for the review.
|
QA: Please consider including #29991 during testing if needed to unblock required scenarios |
✔️ QA Passed Layout Update can be added successfully and displayed correctly. Tested for a new Widget and editing an already existing one Manual testing scenario
Actual result |
Further investigation discovered that if there are a lot of Layout Updates added, and after the web page is refreshed, it's taking some time for the options to load @sivaschenko @sidolov Please see if this is acceptable |
Hi @mrtuvn, thank you for your contribution! |
Description (*)
Correct missing escape url in layout template module widget
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
For test edit widget add/delete "Layout Updates" we need merge the PR #29991 first
Questions or comments
Contribution checklist (*)
Resolved issues: