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
build_permitted_params should check to see if the term is a property before calling obj.multiple?(term) otherwise if the term is a method and not a property it will raise UnknownAttributeError. i.e.:
ActiveFedora::UnknownAttributeError: Collection does not have an attribute `visibility'
The text was updated successfully, but these errors were encountered:
build_permitted_params should check to see if the term is a property before calling obj.multiple?(term) otherwise if the term is a method and not a property it will raise UnknownAttributeError. i.e.:
The text was updated successfully, but these errors were encountered: