You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I won't work on this enhancement until our thumbnail issue is solved.
The text was updated successfully, but these errors were encountered: