Open m2-assistant[bot] opened 1 year ago
Hi @engcom-November. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. Hello @pykettk,
Thanks for the reporting and collaboration!
We have looked into the codebase of the 2.4-develop branch and found that some of the functions are marked as deprecated from the lib/internal/Magento/Framework/View/Element/AbstractBlock.php
class and from now on, one should use the function defined in class lib/internal/Magento/Framework/Escaper.php
with the same name.
Hence confirming this issue.
Thanks
:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/AC-8216 is successfully created for this GitHub issue.
:white_check_mark: Confirmed by @engcom-November. Thank you for verifying the issue.
Issue Available: @engcom-November, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
This issue is automatically created based on existing pull request: magento/magento2#37085: Chore: Catalog Inventory - Replace Block Escaping with Escaper
Description (*)
Refactors the
Magento_CatalogInventory
module to replace$block
escaping functions with$escaper
escaping functions.Contribution checklist (*)