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
Importing a CSV without a model column leads to the importer failing to run and logging this error: NameError - uninitialized constant Hyrax::Form Did you mean? Hyrax::Forms.
CSVs imported without a model column should fallback on Bulkrax.default_work_type.
SoftServ QA:
I tried running 2 importers, listed below. The Bulkrax::ImporterJob is stuck in the sidekiq's retries and is preventing me from being able to check this
Story
Importing a CSV without a model column leads to the importer failing to run and logging this error:
NameError - uninitialized constant Hyrax::Form Did you mean? Hyrax::Forms
.CSVs imported without a model column should fallback on
Bulkrax.default_work_type
.Slack thread
Acceptance Criteria
GenericWorks
instead of throwing an errorTesting Instructions and Sample Files
Notes
Stack trace
Example failed importer in prod
The text was updated successfully, but these errors were encountered: