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
We use "Display locations from member institutions" in Primo, and it's been realized that if the other libraries listed have services that are not passworded, they show up for our folks too! This is undesirable behavior. It's not happening too often currently, but there is a new software release on Sunday that may add locations outside of Summit, because we have expanded our ILL services via Rapido, and it could easily become problematic.
Tamara, at the Alliance, suggests:
This CSS ruleset would hide all request services within the "other libraries" section:
We use "Display locations from member institutions" in Primo, and it's been realized that if the other libraries listed have services that are not passworded, they show up for our folks too! This is undesirable behavior. It's not happening too often currently, but there is a new software release on Sunday that may add locations outside of Summit, because we have expanded our ILL services via Rapido, and it could easily become problematic.
Tamara, at the Alliance, suggests:
This CSS ruleset would hide all request services within the "other libraries" section:
prm-alma-other-members prm-request-services {
display: none;
}
We would like to try this fix, or something else if you have a better suggestion.
Thanks.
The text was updated successfully, but these errors were encountered: