-
Notifications
You must be signed in to change notification settings - Fork 7
Add tests for each user group #5343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
kevinreiss
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rladdusaw. A couple of questions we can discuss on Monday.
| end | ||
|
|
||
| def eligible? | ||
| return false unless patron_group_eligible? || patron.guest? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to add this check for Aeon items? All users should be able to see this option. I think https://github.com/pulibrary/orangelight/blob/main/docs/requests/patron_groups.md is incorrect. Aeon should probably be in it's own category as any user (including the "guest" user in the blacklight sense should be allowed to see the links for Reading Room Requests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Aeon items seem to be working fine in QA.
d252ec3 to
578ca3c
Compare
Resolves #5307