- First commit to issue fork.
- Merge request !13056Issue #3163740: Fix validation errors of extra options form are muted β (Open) created by tame4tex
- π¨π¦Canada tame4tex
So this ended up being a simple fix.
ConfigHandlerExtra::validateForm
was missing the code to instruct ajax to re-render the form so that error messages are included. Specifically:if ($form_state->getErrors()) { $form_state->set('rerender', TRUE); }
I have added a test and fixed this bug. I have also updated the IS with the steps to reproduce and the proposed resolution.
- πΊπΈUnited States smustgrave
Left 2 small comments on the MR.
If you are another contributor eager to jump in, please allow the previous poster(s) at least 48 hours to respond to feedback first, so they have the opportunity to finish what they started!
- π¨π¦Canada tame4tex
Thank for the review smustgrave!
Resolved one comment and added justification for the new test class in a reply on the other comment. Back to NR.
- πΊπΈUnited States smustgrave
So I tried to follow the steps in #8 but the tags field is using radio buttons so something is always selected. Are there other steps?
- π¨π¦Canada tame4tex
@smustgrave I have updated the IS which explains and highlights the need for the patch file to enable manual testing. I have also added extra details on where this bug is being encountered.