mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2026-08-21 03:32:49 +01:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b75ac16b6 |
@@ -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