Issue 15633

Resolvable alternate identifiers on dataset detail page are broken

15633
Reporter: kbraak
Assignee: kbraak
Type: Bug
Summary: Resolvable alternate identifiers on dataset detail page are broken
Priority: Blocker
Resolution: Fixed
Status: Resolved
Created: 2014-05-20 16:36:20.573
Updated: 2014-05-21 11:34:17.659
Resolved: 2014-05-21 11:34:17.618
        
Description: For example, try the DOI alternate identifier here: http://www.gbif.org/dataset/fefd3ee8-601a-42c8-b250-3c981b259658

DOI links to http://www.gbif.org/dataset/fefd3ee8-601a-42c8-b250-3c981b259658#

It should link to: http://dx.doi.org/10.1594/PANGAEA.819874

The problem is in the Freemarker template: identifier.getIdentifierLink() is being called, but the Registry's Identifier doesn't have the getIdentifier() method.]]>
    


Author: kbraak@gbif.org
Created: 2014-05-20 16:39:01.717
Updated: 2014-05-20 16:39:01.717
        
Patch with API change under review: http://dev.gbif.org/code/cru/CR-GBIFCOM-72

    


Author: kbraak@gbif.org
Comment: Patch committed to API: https://github.com/gbif/gbif-api/commit/c229ed42c5db1419a54164a075ffab2c043b67bf
Created: 2014-05-21 10:49:05.812
Updated: 2014-05-21 10:49:05.812


Author: kbraak@gbif.org
Comment: Fixed in dev, e.g. the DOI on http://www.gbif-dev.org/dataset/c2ef607b-5e12-4dae-80ca-979ce557d2a1 now resolved correctly
Created: 2014-05-21 11:34:17.641
Updated: 2014-05-21 11:34:17.641