Problem/Motivation
When users have form errors they should be consolidated for ease of use.
Steps to reproduce
Create a piece of content and fail to input required data.
Proposed resolution
Consolidate form errors for both node & component forms into a single location with stylized results.
Issue fork mercury_editor-3558341
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jldust commentedComment #4
jldust commentedThis MR should be ready for review including the form error fixes & styles, along with updated tests that validate for new styles being applied.
Comment #6
justin2pin commentedOne scenario that needs to be addressed:
If there are errors in the ME entity form, then a user opens a component form that DOES NOT have errors, and presses "Save" in the toolbar, nothing happens. The errors on the entity form have prevented submission, but it is unclear because the form is overlaid by the component.
Comment #8
justin2pin commented