artshumrc / giza

JSON API (for TMS Database) and Django 2 application for Digital Giza
http://giza.fas.harvard.edu/
7 stars 5 forks source link

Multple listing of Constituent Xrefs & links on Published Documents record view page #136

Closed npicardo closed 3 years ago

npicardo commented 3 years ago

Many (but not all) Constituent names and links are appearing in triplicate on pubdocs record pages, i.e. under "Details, in "Jump To" links, and in "People" side panel.

Example: http://giza.fas.harvard.edu/pubdocs/154/full/

PubDoc_ConstituentXRefs

rsinghal commented 3 years ago

This is stemming from the data I am pulling out of TMS. It's ultimately a result of the offloader making multiple thumbnails (as I'm pulling the thumbnail when getting the related constituent). I'm working to figure out how to query the database to remove these duplications.