Open m2-assistant[bot] opened 7 months 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 @thomas-kl1,
Thank you for the report and collaboration!
Verified this on 2.4-develop.
In app/code/Magento/Backend/App/Area/FrontNameResolver::isHostBackend()
we do not need to pass the scope in $this->scopeConfig->getValue()
, as Admin URL is global, instead default
scope should be used.
Hence this issue can be confirmed.
Thank you.
:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/AC-11736 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#38554: Remove scope resolver usage
Description (*)
Admin URL settings is global and shouldn't be loaded depending on the current store.