Display validation error summary in flash messages errorsBag
After this release, the session package will add the validation errors summary inside the errorsBag
property of flash message. Therefore using the @errors
tag will display a global error message for validation errors too.
Commits
- feat: flash validation errors summary to errorsBag badda3f
Full Changelog: v7.0.0...v7.3.0