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
When I attempt to use a single use link to a fileset, I get an ArgumentError in Hyrax::SingleUseLinksViewerController#download page instead of the file.
This works as expected on dev.nurax, but not pg.nurax
Steps to reproduce the behavior in User Interface (UI)
Deposit a work with institution, embargoed or private visibility.
On the work show page for the work which you deposited in step 1, scroll down to the Items section and click on the file name
Click the Create Single-Use Link button
Click Copy under the Single-Use Links header
Go to a different browser and paste the single use link
Observe error message
Actual behavior (include screenshots if available)
Using a single-use link generates an error
Acceptance Criteria/Expected Behavior
Using a single-use link should download the file associated with the link.
The text was updated successfully, but these errors were encountered:
Closes#6204
This also adds a shortcut to allow creating a work that has a file,
including a FileSet, FileMetadata, and File Identifier. I'm not sure
it's the best, but it works really well for this test!
Closes#6204
This also adds a shortcut to allow creating a work that has a file,
including a FileSet, FileMetadata, and File Identifier. I'm not sure
it's the best, but it works really well for this test!
Descriptive summary
When I attempt to use a single use link to a fileset, I get an
ArgumentError in Hyrax::SingleUseLinksViewerController#download
page instead of the file.This works as expected on dev.nurax, but not pg.nurax
Steps to reproduce the behavior in User Interface (UI)
Create Single-Use Link
buttonCopy
under theSingle-Use Links
headerActual behavior (include screenshots if available)
Using a single-use link generates an error
Acceptance Criteria/Expected Behavior
Using a single-use link should download the file associated with the link.
The text was updated successfully, but these errors were encountered: