inveniosoftware / invenio-app-rdm

Turn-key research data management platform.
https://inveniordm.docs.cern.ch
MIT License
100 stars 144 forks source link

Fix creatibutors resolver link generation in JS #1477

Open lnielsen opened 2 years ago

lnielsen commented 2 years ago

The link generation in the frontend for ORCID, ROR and GND should use the idutils library functions for generating links instead of relying on manual creation of links. See https://github.com/inveniosoftware/invenio-app-rdm/blob/master/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/utils.js

Likely, this means that the resolvable link should be generated by the REST API serialiser.

github-actions[bot] commented 2 years ago

This issue was automatically marked as stale.