-
Notifications
You must be signed in to change notification settings - Fork 9.4k
#28947 Fix scope reset on new synonym form #29206
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
#28947 Fix scope reset on new synonym form #29206
Conversation
Hi @srsathish92. 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 test |
Hi @srsathish92. Good catch, thank you. Due to the definition of done all new changes should be covered by auto-tests. Could you write an MFTF test that goes through the "Steps to reproduce" and makes sure that the issue does not appear anymore? Thank you! |
@magento run all tests |
@rogyar I have updated MFTF test case. Can you please review now? |
@magento run Functional Tests CE,Functional Tests EE,Functional Tests B2B,Sample Data Tests CE,Sample Data Tests EE,Sample Data Tests B2B |
app/code/Magento/Search/Test/Mftf/Test/AdminNewSearchSynonymsFormResetTest.xml
Outdated
Show resolved
Hide resolved
Hi @srsathish92. Good job. |
…set-new-synonym-form-admin
@magento run all tests |
@magento run Functional Tests CE,Functional Tests EE,Functional Tests B2B, Integration Tests |
@magento run Functional Tests B2B, 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.
The same failing integration test occurs for other PRs, so we may assume that it's not related. RMA functionality is not affected by the current changeset somehow, so the failing functional tests are not related either.
@srsathish92 great job!
Hi @rogyar, thank you for the review. |
@magento run all tests |
Hi @srsathish92, thank you for your contribution! |
Description (*)
This PR to update correct default value "0:0" & data type for scope field in new synonym group form. that's why reset not working due to incorrect default value on new form.
Related Pull Requests
#29193 - I guess this js change not required because rest of the select resetting works fine in other forms (ex: customer form)
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
NA
Contribution checklist (*)