Skip to content

fix: correct ORCID and Google Scholar links in edit mode#99

Open
satra wants to merge 1 commit intomainfrom
claude/issue-89-20260409-1911
Open

fix: correct ORCID and Google Scholar links in edit mode#99
satra wants to merge 1 commit intomainfrom
claude/issue-89-20260409-1911

Conversation

@satra
Copy link
Copy Markdown
Contributor

@satra satra commented Apr 9, 2026

EditableText with type="url" was using the bare ID as href, causing the browser to resolve it as a relative path (e.g. /0000-0002-0829-4790 → 404).

Added an optional href prop to EditableText so callers can supply the full URL independently from the display value, and passed the correct full URLs for ORCID and Google Scholar.

Fixes #89

Generated with Claude Code

EditableText with type="url" was using the bare ID as href, causing the
browser to resolve it as a relative path (e.g. /0000-0002-0829-4790→ 404).
Added an optional `href` prop to EditableText so callers can supply the
full URL independently from the display value, and passed the correct full
URLs for ORCID (https://orcid.org/<id>) and Google Scholar
(https://scholar.google.com/citations?user=<id>).

Fixes #89

Co-authored-by: Satrajit Ghosh <satra@users.noreply.github.com>
@CodyCBakerPhD
Copy link
Copy Markdown
Member

@satra Is it possible to enable some deployment previews for this project? Or is the backend too complicated for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ORCID link leads to 404

2 participants