mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2026-08-19 10:42:50 +01:00
Make DOI optional and test zenodo release
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
|
||||
"""Metadata for this python module."""
|
||||
|
||||
__version__ = "2026.8.14.1"
|
||||
__version__ = "2026.8.14.2"
|
||||
|
||||
@@ -380,3 +380,9 @@ OAISERVER_ADMIN_EMAILS = [
|
||||
|
||||
It **must** include one or more instances.
|
||||
"""
|
||||
|
||||
# Make DOI optional
|
||||
from invenio_rdm_records.config import RDM_PERSISTENT_IDENTIFIERS
|
||||
import copy
|
||||
RDM_PERSISTENT_IDENTIFIERS = copy.deepcopy(RDM_PERSISTENT_IDENTIFIERS)
|
||||
RDM_PERSISTENT_IDENTIFIERS["doi"]["required"] = False
|
||||
|
||||
Reference in New Issue
Block a user