wgnhs / lslc-web-app

Web Application for the viewing the WGNHS Lake Superior Legacy Collection
https://wgnhs.github.io/lslc-web-app/
1 stars 0 forks source link

Having trouble with certain sample records showing lith book data #53

Closed cmrRose closed 7 years ago

cmrRose commented 7 years ago

For some samples, the sample record doesn't output the lith book information: image

Samples: catalog #3216 catalog #1215

This might be an issue with needing functions to be asynchronous.

cmrRose commented 7 years ago

This was a part of the asynchronous calls problem, and seems to be fixed now that I'm using Promises to ensure that all queries return before the record page is built: https://github.com/WGNHS/LSLC-Web-App/issues/28