You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some FileSet form fields that should not be free text but something else. "Allow Download" for instance needs to be lowercase "yes", not "Yes" which is very confusing.
Find all the form elements that should be controlled, make them radio buttons or dropdowns. Maybe reconsider using english "yes"/"no" and opt for true/false or 0/1.
The text was updated successfully, but these errors were encountered:
There are some FileSet form fields that should not be free text but something else. "Allow Download" for instance needs to be lowercase "yes", not "Yes" which is very confusing.
https://github.com/mlibrary/heliotrope/blob/master/app/presenters/hyrax/file_set_presenter.rb#L104
Find all the form elements that should be controlled, make them radio buttons or dropdowns. Maybe reconsider using english "yes"/"no" and opt for true/false or 0/1.
The text was updated successfully, but these errors were encountered: