When a server validation error happens, then the UI informs the user about that with an error message above the save button. That error message includes a link to the field where the error happens. Currently, that link has the internal path to the field as user-facing link text. That is not ideal and should be replaced by the fields label.
Acceptance criteria:
- Show label of fields with validation error as link-text of main error message
Open questions:
- What to do if it is a nested field? Show all labels? With what separator? word-separator-message (usually a space)?