Actions
Story #6294
closedReplace Metacat API ecogrid links with D1 MN object service links
Start date:
12/11/2013
Due date:
% Done:
0%
Estimated time:
Description
In the rendered EML view (MetadataView), the links to the individual data files are using the metacat API (metacat?action=read&qformat=metacatui&sessionid=&docid=df35d.21.2). Ben and I decided we would like to have consistency across the metacatui project by only using the D1 API.
Our solution is to change the links on the front-end by manipulating the DOM anchor tags href attribute after the MetadataView has rendered. We will switch out the Metacat API URL with the D1 /object/{pid} URL.
Actions