-
Notifications
You must be signed in to change notification settings - Fork 9.4k
ISSUE 25680 Fixes console error on index page #25682
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
… swagger index page
Hi @duckchip. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
@magento give me test instance |
Hi @duckchip. Thank you for your request. I'm working on Magento instance for you |
Hi @duckchip, here is your new Magento instance. |
Fix confirmed in testing environment |
@magento give me 2.3-develop instance |
Hi @kalpmehta. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @kalpmehta, here is your Magento instance. |
Hi @kalpmehta, thank you for the review.
|
✔️ QA Passed. |
Hi @krzksz, thank you for the review. |
Hi @duckchip, thank you for your contribution! |
@magento give me 2.3-develop instance |
Hi @deepaksnair. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
@kalpmehta @krzksz Magento version : 2.3.5-p1
|
Description (*)
Since the requirejs-config block got removed in the layout file of the swagger index page, errors are thrown in the console log. To fix this, we also remove the
theme.active.editor
block for the swagger index page, which is defined in theMagento/Ui/view/base/layout/default.xml
file.Fixed Issues (if relevant)
Manual testing scenarios (*)
require.config is not a function
Contribution checklist (*)