Skip to content

Commit

Permalink
config: make DOI optional
Browse files Browse the repository at this point in the history
* closes #163
  • Loading branch information
anikachurilova committed Dec 9, 2024
1 parent 6d8929d commit a8b1a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/less/cds-rdm/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@
&:focus{
opacity:1;
}
}
}
3 changes: 1 addition & 2 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,7 @@ RDM_RECORDS_PERSONORG_SCHEMES = {**RDM_RECORDS_PERSONORG_SCHEMES,
### Do not require DOIs for record and parent
RDM_PERSISTENT_IDENTIFIERS["doi"]["required"] = False
RDM_PARENT_PERSISTENT_IDENTIFIERS["doi"]["required"] = False


RDM_PERSISTENT_IDENTIFIERS["doi"]["ui"]["default_selected"] = "not_needed" # "yes", "no" or "not_needed"
# Invenio-Preservation-Sync
# =========================

Expand Down

0 comments on commit a8b1a46

Please sign in to comment.