Skip to content

Commit

Permalink
config: removed 'Other' from record schemes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo committed Oct 27, 2023
1 parent 897ee05 commit 88ca365
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion invenio_rdm_records/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def always_valid(identifier):
"url": {"label": _("URL"), "validator": idutils.is_url, "datacite": "URL"},
"urn": {"label": _("URN"), "validator": idutils.is_urn, "datacite": "URN"},
"w3id": {"label": _("W3ID"), "validator": always_valid, "datacite": "w3id"},
"other": {"label": _("Other"), "validator": always_valid, "datacite": "Other"},
}
"""These are used for references, main, alternate and related identifiers."""

Expand Down

0 comments on commit 88ca365

Please sign in to comment.