Skip to content

"View Full Record" not working #129

Answered by evanwill
rflore2 asked this question in Q&A
Jul 11, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

@rflore2 the issue you are encountering on the Item page is that your metadata does not contain a "format" field which is required to function in CB-GH. Check the details: https://collectionbuilder.github.io/cb-docs/docs/metadata/gh_metadata/#format

(a longer explanation--> on CB-GH all the pages have a fall back if the item in the metadata is missing a format, EXCEPT the Item page which needs to choose the correct representation of the Item to display based on the "format". To debug a page that won't load, you can open your browser dev tools, and check the console to see what error is coming up in the javascript. In this case it will say Uncaught TypeError: record.format is null, meaning…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@evanwill
Comment options

@rflore2
Comment options

Answer selected by rflore2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants