ddcornwall / nara-alaskana

National Archives Alaskana Explorer
1 stars 0 forks source link

Implement PrintCreator function #12

Open ddcornwall opened 6 years ago

ddcornwall commented 6 years ago

In a future release, we want to display the creating agency of a record. The first effort to code this failed for reasons explained in the comment line.

 //The line below fails when there is more than one creating organization. Would need to be able to test for a deal with an array before displaying.
  //$("#recent").append("</br> Creating Organization: " + response.opaResponse.results.result[i].description.fileUnit.parentSeries.creatingOrganizationArray.creatingOrganization.creator.termName);

I won't work on this enhancement until our thumbnail issue is solved.