Skip to content
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

do not fall back to generic resourceform if there is a syntax error #6299

Merged
merged 2 commits into from Sep 7, 2023

Conversation

orangewolf
Copy link
Member

Summary

do not fall back to generic ResourceForm if there is a syntax error in your work type Form object. Before this commit, any method missing or other name error in GenericWorkForm would simply cause the app to use ResourceForm(GenericWork) instead. This hides the error from you while not giving you the features you'd expect.

@samvera/hyrax-code-reviewers

@orangewolf orangewolf added the notes-bugfix Release Notes: Fixed a bug label Sep 6, 2023
@no-reply no-reply merged commit 69ef965 into main Sep 7, 2023
4 checks passed
@no-reply no-reply deleted the better_form_errors branch September 7, 2023 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notes-bugfix Release Notes: Fixed a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants