Skip to content

Commit

Permalink
Reserve PID on the start of the submission. (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Jun 19, 2024
1 parent 13b2970 commit 7380d46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dspace/config/item-submission.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
<step id="collection"/>
<!-- To include the 'Show Identifiers' step, uncomment the line below. Make sure
that identifiers.cfg and identifier-service.xml are properly configured. -->
<!--<step id="identifiers"/>-->
<step id="identifiers"/>
<!--Step will be to Describe the item. -->
<step id="traditionalpageone"/>
<step id="traditionalpagetwo"/>
Expand Down
4 changes: 2 additions & 2 deletions dspace/config/modules/identifiers.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# any filters, in the item status page.
# This option doesn't require the Show Identifiers submission step to be visible.
# Default: false
#identifiers.submission.register = true
identifiers.submission.register = true

# This configuration property can be set to a filter name to determine if a PENDING DOI for an item
# should be queued for registration. If the filter doesn't match, the DOI will stay in PENDING or MINTED status
Expand Down Expand Up @@ -47,5 +47,5 @@ identifiers.item-status.register-doi = false

# Which identifier types to show in submission step?
# Default: handle, doi (currently the only supported identifier 'types')
#identifiers.submission.display = handle
identifiers.submission.display = handle
#identifiers.submission.display = doi

0 comments on commit 7380d46

Please sign in to comment.