-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make "Official URL" field a clickable link #534
Comments
Note: This is a problem in the existing application and likely one in the Knapsack. What appears to be missing is a Blacklight rendering hook for URLs. There's precedence for how we do this in other applications; looking now. |
This is handled in https://github.com/samvera/hyrax/blob/b334e186e77691d7da8ed59ff27f091be1c2a700/app/presenters/hyrax/presenter_renderer.rb#L39-L45 We'll likely want to consider adding a |
Prior to this commit, because we did not have an official_url partial we fellback on using the default renderer. Related to: - https://github.com/scientist-softserv/adventist-dl/issues/620 - https://github.com/scientist-softserv/adventist-dl/issues/615
Prior to this commit, because we did not have an official_url partial we fellback on using the default renderer. Related to: - https://github.com/scientist-softserv/adventist-dl/issues/620 - https://github.com/scientist-softserv/adventist-dl/issues/615
SoftServ QA: ✅ Pass! Screen.Recording.2023-10-12.at.10.40.37.AM.mov |
Team, this is working when I test it on Knapsack. https://demo.adventist-knapsack-staging.notch8.cloud/collections/66de37df-a236-4a1f-a48b-8dbe145e7c46?locale=en |
Collection pages on our instance of Hyku have a field called "official URL," and we'd like the contents of that field to be a clickable link. Here is an example on ADL prod where the field is filled but the link is only text.
https://adl.b2.adventistdigitallibrary.org/collections/711704be-8da7-48e1-b2fb-34057a838779?locale=en
The text was updated successfully, but these errors were encountered: