-
Notifications
You must be signed in to change notification settings - Fork 111
Nested form error reporting is broken #1817
Copy link
Copy link
Closed
Labels
Description
Steps to reproduce:
- open
/demos/form-control/lookup.php - in
Lookup countriessection (1st section after the first lookup field) clickSave - when submit atk4/data generates
Must not be nullvalidation exception, but this exception is currently caught byand the generated JS that should set the error message below the field is brokenLine 263 in 393dfc5
} catch (\Atk4\Data\ValidationException $e) {
Currently no validation exception message is shown and Save does "nothing visible to the user".
Expected result:
In console I see:
maybe related
I am marking this issue as MAJOR as this issue might affect/hide all validation exceptions in (only nested?) forms and app user has no feedback why Save does not work.
The fix must cover this with Behat test.
Reactions are currently unavailable

