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
In Hyrax 5.0.1 running Sirenia, when I attempt to update the visibility of a work, I receive a Failed save on # undefined method split' for nil:NilClass` message and the visibility does not update.
Steps to reproduce the behavior in User Interface (UI)
Run a local build of Sirenia using Docker
Log in and navigate to Dashboard -> Works
Click on the title of a work that you've already deposited (or deposit a new one if you don't have any works)
Click Edit
Select a different visibility setting (I went from Public to Institution) and click Save Changes
Observe message Failed save on # undefined method split' for nil:NilClass`
Go back to Dashboard -> Works and observe that visibility has not updated
Actual behavior (include screenshots if available)
Attempting to change the visibility of a work generates Failed save on # undefined method split' for nil:NilClass` message and does not update the visibility.
Acceptance Criteria/Expected Behavior
Attempting to change the visibility of a work should update the visibility accordingly
Rationale (for feature request only)
Provide the rationale or user story that describes "why" this issue should be addressed. Especially if this is a new feature or significant change to the existing implementation.
Descriptive summary
In Hyrax 5.0.1 running Sirenia, when I attempt to update the visibility of a work, I receive a
Failed save on # undefined method
split' for nil:NilClass` message and the visibility does not update.Steps to reproduce the behavior in User Interface (UI)
Dashboard
->Works
Public
toInstitution
) and clickSave Changes
Failed save on # undefined method
split' for nil:NilClass`Dashboard
->Works
and observe that visibility has not updatedActual behavior (include screenshots if available)
Attempting to change the visibility of a work generates
Failed save on # undefined method
split' for nil:NilClass` message and does not update the visibility.Acceptance Criteria/Expected Behavior
Attempting to change the visibility of a work should update the visibility accordingly
Rationale (for feature request only)
Provide the rationale or user story that describes "why" this issue should be addressed. Especially if this is a new feature or significant change to the existing implementation.
Related work
#6864
The text was updated successfully, but these errors were encountered: