nulib / arch

Northwestern University institutional repository, built on Samvera's Hyrax gem.
2 stars 0 forks source link

Browse Works by Depositor Broken #145

Closed chrisdaaz closed 7 years ago

chrisdaaz commented 7 years ago

Severity

Is the production site running?

Are staff blocked from performing their work?

Descriptive summary

We are unable to browse the works deposited by an Arch user.

Expected behavior

When user_A clicks on the profile of user_B and wants to browse user_B's works, clicking on the "Works Created" link should return a list of works deposited by that user.

URL: https://arch.library.northwestern.edu/users/aal582 image

Actual behavior

When user_A clicks on "Works created", the search returns every file in the repository:

URL: https://arch.library.northwestern.edu/catalog?depositor=%22a-aler%40northwestern.edu%22&f%5Bhuman_readable_type_sim%5D%5B%5D=Work&search_field=advanced image

Steps to reproduce the behavior

Go to any users profile https://arch.library.northwestern.edu/users/aal582 Click on "Works created"

chrisdaaz commented 7 years ago

can we validate against baseline hyrax/ sufia install?

davidschober commented 7 years ago

Team, once we get a standard install up, can we validate to ensure this is not a sufia bug. If it is, we should fix it up stream.

kdid commented 7 years ago

Fixed in 7.3 but we must make a corresponding code change.

( #157 )

davidschober commented 7 years ago

I'm reopening to track with 7.3

davidschober commented 7 years ago

relates to #160

chrisdaaz commented 7 years ago

this looks like it's working in staging with the upgrade

bmquinn commented 7 years ago

Cool, had to make a slight change to the User model to get that working with 7.3 but we should be good now 😄. Closing this issue.