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
{{ message }}
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.
I've put in a fix so that the <other-identifier> content is displayed, though in the example above - the id isn't shown, because other-identifier is empty in the api request.
Does this make sense? Have I misunderstood the issue?
I'm really sorry, I messed up the issue - I've edited it now so it ought to make sense.
The first example ought to be blank because, as you say, other-identifier is empty in the api request. However, when I look in AidView - http://aidview-dev.herokuapp.com/activity/AU-5-INJ559-FJ - I see "AusAID" under "Other activity identifiers".
Relates to previous issue #53 where I suspect I mislead you.
As per:
http://iatistandard.org/activities-standard/other-activity-identifiers/
We ought to be pulling through the element's content rather than the owner-ref attribute.
eg. http://aidview-dev.herokuapp.com/activity/AU-5-INJ559-FJ
displays AU-5 which is a reference to the activity's owner.
whereas: http://aidview-dev.herokuapp.com/activity/GB-CHC-285776-ZIM361 is blank when it should show ZIM361 as per this response from the API
http://data.aidinfolabs.org/xquery/woapi.xq?ID=GB-CHC-285776-ZIM361&search=&start-date=&end-date=&start=1&pagesize=20&result=full&callback=&corpus=main&test=yes
I hope this is a superficial fix.
The text was updated successfully, but these errors were encountered: