-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Magento_Catalog: avoid using deprecated escape* methods from Abstract… #31684
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
Conversation
Hi @sergeynezbritskiy. 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 |
@magento run all tests |
@magento run Functional Tests CE, Functional Tests EE, Static Tests, Integration Tests |
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.
Could you review my comments and apply similar changes to all changed files?
...de/Magento/Catalog/view/adminhtml/templates/catalog/product/composite/fieldset/options.phtml
Outdated
Show resolved
Hide resolved
.../Catalog/view/adminhtml/templates/catalog/product/composite/fieldset/options/type/date.phtml
Outdated
Show resolved
Hide resolved
...talog/view/adminhtml/templates/catalog/product/composite/fieldset/options/type/default.phtml
Outdated
Show resolved
Hide resolved
.../Catalog/view/adminhtml/templates/catalog/product/composite/fieldset/options/type/file.phtml
Outdated
Show resolved
Hide resolved
...atalog/view/adminhtml/templates/catalog/product/composite/fieldset/options/type/select.phtml
Outdated
Show resolved
Hide resolved
app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/helper/gallery.phtml
Outdated
Show resolved
Hide resolved
app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/js.phtml
Outdated
Show resolved
Hide resolved
app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/tab/alert.phtml
Show resolved
Hide resolved
app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/tab/inventory.phtml
Show resolved
Hide resolved
app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/edit/action/inventory.phtml
Outdated
Show resolved
Hide resolved
Hello @ihor-sviziev I've fixed the issues you mentioned above, including files not affected directly by adding $escaper to templates, please review |
@magento run all tests |
@magento run Database Compare, Functional Tests CE, Functional Tests EE, Integration Tests |
@magento run Integration Tests |
1 similar comment
@magento run Integration Tests |
Hi @sergeynezbritskiy. 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 |
Just closed and re-opened this PR in order to fix missing CLA check |
@magento run Integration Tests, WebAPI Tests, Functional Tests EE, Functional Tests CE, Functional Tests B2B, Database Compare |
@magento run Integration Tests, Functional Tests B2B, Database Compare |
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.
Could you check the integration test failures? It seems like your changes did some regression
@magento run Integration Tests |
Hello @ihor-sviziev I'm trying to run Integration Tests but they are failing after 2 min with no reports. The message says that I should address this issue to community engineering team. Please suggest |
@sergeynezbritskiy could you resolve conflicts? It might be reason why it fails |
@magento run all tests |
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.
✔ Approved.
Failing tests looks not related to changes from this PR.
Hi @ihor-sviziev, thank you for the review. |
Description (*)
Avoid using deprecated escape* methods from AbstractBlock
Related Pull Requests
#31610
Contribution checklist (*)