Merge pull request #9627 from the-library-code/DOIInstallFilterConfig

Cleanup doi filters
This commit is contained in:
Tim Donohue
2024-06-04 11:25:33 -05:00
committed by GitHub

View File

@@ -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