mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +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
|
# 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
|
|
||||||
# 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
|
# 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.
|
# 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 only applied if identifiers.submission.register is true.
|
||||||
# This filter is updated as submission data is saved.
|
# 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)
|
# Default: (always_true_filter)
|
||||||
#identifiers.submission.filter.workspace = always_true_filter
|
#identifiers.submission.filter.workspace = always_true_filter
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user