Closed lawhorkl closed 7 years ago
the batch edit functionality breaks with error Model mismatch. Expected GenericWork. Got: Article. Investigate the error.
Model mismatch. Expected GenericWork. Got: Article
Batch edit functionality working as intended, user able to edit multiple works simultaneously.
Batch edit breaks with Model mismatch. Expected GenericWork. Got: Article
batch edit is breaking because of https://github.com/projecthydra/sufia/blob/master/app/forms/sufia/forms/batch_edit_form.rb#L10
Descriptive summary
the batch edit functionality breaks with error
Model mismatch. Expected GenericWork. Got: Article
. Investigate the error.Expected behavior
Batch edit functionality working as intended, user able to edit multiple works simultaneously.
Actual behavior
Batch edit breaks with
Model mismatch. Expected GenericWork. Got: Article
Steps to reproduce the behavior