-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation Errors not showing at Dataset Field Level #6380
Comments
Confirmed this also happens in 4.18 but not in 4.17 |
Field level error messages are showing up in this commit from 10/16: https://github.com/IQSS/dataverse/tree/8d695705c62aa2cf946a68d0d58f03ba48fed93f Accessibilty changes to the dataset page started on 10/17. |
The first commit where it doesn't work is |
To fix the inline validation msgs, reverted Also fixed the validation msg styling issues for some fields in metadataFragment that had bold message text, while the others were normal message text. |
Reverted required attribute on metadata input fields to fix validation ref #6380
When creating/editing a Dataset if required fields are left blank a message appears at the top of the form and should also appear at each individual field that fails validation. The field level error messages are missing in the current Develop branch.
The text was updated successfully, but these errors were encountered: