-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Labels
Description
Descriptive summary
When creating a Monograph through the UI, an exception is raised.
NoMethodError at /concern/monographs
undefined method `state='
The same error does not occur for GenericWork.
Expected behavior
When required data is entered in new work form, a Monograph will be created.
Actual behavior
When required data is entered in new work form, an exception is thrown.
NoMethodError at /concern/monographs
undefined method `state='
Steps to reproduce the behavior
- login
- navigate to Dashboard -> Works
- click Add new work
- select Monograph for the work type
- fill in required descriptive metadata, add a file, check depositor agreement
- save
During save, the exception is raised.
Reactions are currently unavailable