esmero/archipelago-deployment

Fix IIIF CWS Series and the Children template

Closed this issue · 2 comments

What?

There is a long lasting typo in this template that kicks in when a Child Object has both images and Videos.
(http://localhost:8001/metadatadisplay/13)

  • itemCount needs to initialized to 0 outside of any loop
  • CantaloupeID is not correctly defined for Videos
  • The Image id (thumbnail) says: {{CantaloupeID}}1; and should be {{CantaloupeID}};1

@alliomeria ping.

Resolved via edcb255