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
BUG: FileSets created in a Hyrax v5.x/Fedora v6.5/Valkyrie v3.3/Pair-Tree'ed application lacks proxyFor attribute
Steps to reproduce the behavior in User Interface (UI)
Start a Docker instance of Sirenia
Log in as a user capable of creating a work object
Venture to Dashboard, click on Works, and then Add a new Work
Fill in all required fields and attach at least one file to create a FileSet
Save the work and wait for that object's show page to load with the FileSet showing at the bottom.
Click that FileSet filename and, once that object's show page loads, click Edit this FileSet.
Observe the following error:
Acceptance Criteria/Expected Behavior
The FileSet edit form loads as expected.
The query Hyrax.query_service.find_parents(resource: file_set) (tied to Valkyrie::Persistence::Fedora::QueryService#find_parents) with a console variable of file_set set with the pulled FileSet object should return the Work object within an array.
bwatson78
changed the title
BUG: FileSets created in a Hyrax v5.x/Fedora v6.5/Valkyrie v3.3 application lacks proxyFor attribute
BUG: FileSets created in a Hyrax v5.x/Fedora v6.5/Valkyrie v3.3/Pair-Tree'ed application lacks proxyFor attribute
Jul 18, 2024
Descriptive summary
BUG: FileSets created in a Hyrax v5.x/Fedora v6.5/Valkyrie v3.3/Pair-Tree'ed application lacks
proxyFor
attributeSteps to reproduce the behavior in User Interface (UI)
Acceptance Criteria/Expected Behavior
Hyrax.query_service.find_parents(resource: file_set)
(tied toValkyrie::Persistence::Fedora::QueryService#find_parents
) with a console variable offile_set
set with the pulled FileSet object should return the Work object within an array.Related work
#6804
The text was updated successfully, but these errors were encountered: