WCGA / West-Coast-Ocean-Data-Portal

bugs and fixes for the geoportal back end and UI front end of the WCODP
1 stars 0 forks source link

FGDC records with multiple <onlink> fields will only display first link type #59

Open tchaddad opened 8 years ago

tchaddad commented 8 years ago

All the metadata records in #58 are FGDC format, and all the records have both ESRI REST and OGC WMS links, where ESRI REST is listed first in the metadata, and WMS is listed second.

All the records only display ESRI REST links over on the right hand display link_display So links listed second in the metadata are not being displayed in the UI. All links are being correctly detected for counting indicating this is not a problem on the Solr side.

tchaddad commented 8 years ago

More detail from Alan:

The 6 records listed in #58 happen to have

<citation><onlink> order of ESRI REST, then OGC WMS

and the reverse order occurs further down in the same records:

<digtopt><networkr> order of OGC WMS followed by ESRI REST

Need to figure out which set of links is populating the Solr counts, vs the right hand link menu...

tchaddad commented 8 years ago

Apparently this is more detail on an earlier reported issue #52. Marking that one as duplicate and we'll use this as the main one going forward.