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
Hi,
we decided to remove Unpaywall as a source in Primo, and I didn't realize it was in the Browzine customization as well as in the config. Please change it to false. Thanks.
Here's what I got from Ex Libris:
the "Read Article (via Unpaywall)" link is being added to Primo with a customization. You can see that when you add '&noCustomization=true' to the Primo URL to remove all customizations, the link no longer appears:
I checked your institution's custom.js file and found that the link is added with the "Browzine" customization. That customization has a number of boolean switches that appear to enable/disable features, like this one:
Hi,
we decided to remove Unpaywall as a source in Primo, and I didn't realize it was in the Browzine customization as well as in the config. Please change it to false. Thanks.
Here's what I got from Ex Libris:
the "Read Article (via Unpaywall)" link is being added to Primo with a customization. You can see that when you add '&noCustomization=true' to the Primo URL to remove all customizations, the link no longer appears:
https://alliance-uoregon.primo.exlibrisgroup.com/discovery/fulldisplay?context=PC&vid=01ALLIANCE_UO:UO&search_scope=Everything&tab=Rollup&docid=cdi_crossref_primary_10_17582_journal_src_2019_6_1_26_33&noCustomization=true
I checked your institution's custom.js file and found that the link is added with the "Browzine" customization. That customization has a number of boolean switches that appear to enable/disable features, like this one:
articleLinkViaUnpaywallEnabled: true,
articleLinkViaUnpaywallText: "Read Article (via Unpaywall)",
You can probably disable that Unpaywall link by changing the above to false.
The text was updated successfully, but these errors were encountered: