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
jillpe
changed the title
PDF downloads do not download with extension – on Mac, these open in TextEdit
Video "About" section contains "homepage" – link to self
Jul 22, 2024
Our approach was to edit the source file of clover iiif to change the
label of `"Homepage"` to `"Link to item"`. We also noticed the link
opened within the iFrame creating a nested webpage. So we added a target
parent to the link.
Went into the JavaScript file and searched for `"Homepage"` and replaced
the text with `"Link to item"`.
To fix the nested page we looked for `rw=function` and added
`,target:"_parent"` to the end of the function (after `key:t.id`)
Ref:
- #659
This commit updates the About section text label from `"Homepage"` to
`"Link to item"`. Since this label comes from the clover iiif
JavaScript, it was necessary to create a custom function that finds the
label and overrides it.
There was also a bug that opened the entire page inside the iframe
window. The custom iiif clover override function also added a target
parent to the link to prevent this issue.
Ref:
- #659
Summary
reference : https://docs.google.com/spreadsheets/d/1XbfCosfI_P3N2JVYldD28p6Ca6AxNRbAOKbOcp1GRgo/edit?gid=0#gid=0
Resource page for video - more info/about section in the UV, is linking to the object.
UTK would like to relabel this field
Acceptance Criteria
Testing Instructions
i673 About Test
, scroll to theItems
section at the bottom of the page, click on the titlei673 About Test ()
About
section on the right hand sideThe text was updated successfully, but these errors were encountered: