Editing batch of works generates "ActiveFedora::ObjectNotFoundError in Hyrax::BatchEditsController#edit" error
Descriptive summary
On nurax-pg, editing a batch of works displays a "ActiveFedora::ObjectNotFoundError in Hyrax::BatchEditsController#edit" error
Expected behavior
Selecting multiple works on the Works page and clicking "Edit Selected" should bring me to an edit page
Actual behavior
Selecting multiple works on the Works page and clicking "Edit Selected" generates an error message
Steps to reproduce the behavior
- On nurax-pg, navigate to Dashboard -> Works
- Select two or more works on the Works page
- Click the "Edit Selected" button
- Observe error message
Hyrax::Forms::BatchEditForm extends
Hyrax::Forms::WorkForm which is a Hyrax::Editor form and isn't setup for Valkyrie. Ideally, it would be converted to extend Hyrax::Forms::ResourceForm which is a Valkyrie::ChangeSet.
Closing issue since different error message showing now when trying to batch edit works.