mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Merge pull request #9627 from the-library-code/DOIInstallFilterConfig
Cleanup doi filters
This commit is contained in:
@@ -15,17 +15,12 @@
|
||||
# Default: false
|
||||
#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
|
||||
# so that the identifier itself persists in case it is considered for registration in the future.
|
||||
# See doi-filter and other example filters in item-filters.xml.
|
||||
# Default (always_true_filter)
|
||||
#identifiers.submission.filter.install = doi-filter
|
||||
|
||||
# This optional configuration property can be set to a filter name, in case there are some initial rules to apply
|
||||
# when first deciding whether a DOI should be be created for a new workspace item with a PENDING status.
|
||||
# This filter is only applied if identifiers.submission.register is true.
|
||||
# This filter is updated as submission data is saved.
|
||||
# If you're looking for the filter that decides whether a DOI of an installed item should be queued for registration
|
||||
# at DataCite, please check the filter in the identifier service spring configuration.
|
||||
# Default: (always_true_filter)
|
||||
#identifiers.submission.filter.workspace = always_true_filter
|
||||
|
||||
|
Reference in New Issue
Block a user