-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix #26427 - Admin config section not expanded when fields are required. #28285
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
Fix #26427 - Admin config section not expanded when fields are required. #28285
Conversation
Hi @Bartlomiejsz. 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. |
@magento run all tests |
Hi @dmytro-ch, thank you for the review. |
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.
Hi @Bartlomiejsz .
During testing, we faced the issue.
Problem: Second config section not expanded when the inside field is required.
Precondition:
Have 3 groups in the system configuration (Test 1 and Test 3 required for ex.)
Manual testing scenario:
- Leave the values of the 3 groups blank;
- Click on Save button;
Actual Result: ✖️ Only the first tab expanded with required fields and scrolled to it, but the second tab is not expanded
Note: The second (Test 3) expands only if we fill in the first (Test 1). It would be more convenient if all the tabs were opened at once.
@Bartlomiejsz @dmytro-ch Could you take a look?
Thanks!
Pull Request state was updated. Re-review required.
@magento run all tests |
Hi @engcom-Alfa, I modified code so all sections that contains invalid field will be expanded |
Hi @VladimirZaets, thank you for the review. |
✔️ QA Passed Precondition: Have 3 groups in the system configuration (Test 1 and Test 3 required for ex.) Manual testing scenario:
Before: ✖️ Nothing happens, from customer / UX point of view system hangs and there is no error message After: ✔️ The system has expanded all tabs with empty required fields |
@magento run all tests |
…ds are required. #28285
Hi @Bartlomiejsz, thank you for your contribution! |
Description (*)
This is fix for #26427
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Check fixed issue for testing steps and expected result
Questions or comments
Contribution checklist (*)