-
Notifications
You must be signed in to change notification settings - Fork 9.4k
32987 Don't load the captcha files on the storefront if it is disabled in the configurations #33200
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
32987 Don't load the captcha files on the storefront if it is disabled in the configurations #33200
Conversation
…d in the configurations
Hi @khrystynastolbova. 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 |
Can you resolve conflicts file xml |
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.
Hello @khrystynastolbova
Thank you for your contribution.
Could you please resolve the merge conflict?
Thank you in advance.
Hi, @mrtuvn and @andrewbess. Thanks! I have resolved the conflict. I couldn't disable all captcha js files at the checkout page. |
Seem you need to do same solution for paypal captcha. This module maybe depend on captcha default with some extend behavior work for paypal flow |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Functional Tests EE, Functional Tests B2B |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Functional Tests EE, Functional Tests B2B |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
Hi @khrystynastolbova Thanks for work on this ! Do you finish this development |
great input but to solve this completely refer to #15967 and note that some of those extensions define mixins that are not disabled until extensions are not disabled with
insted of defining mixins alternative is to get the mixed dependencies on uiComponent init from requirejs dependency injection or from uiregistry (async) and wrap whats needed , add the needed additional validators instead of place order mixins etc |
Hi @khrystynastolbova , @mrtuvn , @andrewbess and @speedupmate Thanks for your contribution and collaboration! I have tried to reproduce the issue in
Thanks in advance! |
Closing this PR for now due to long inactivity. Please feel free to reopen when ready |
Description (*)
Don't load the captcha files on the storefront if it is disabled in the configurations
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Stores->Configuration->CUSTOMERS->Customer Configuration->CAPTCHA->Enable CAPTCHA on Storefront->Yes
Home page

Checkout page

Stores->Configuration->CUSTOMERS->Customer Configuration->CAPTCHA->Enable CAPTCHA on Storefront->No
Home page

Checkout page

Questions or comments
Contribution checklist (*)