mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Add Pre-3.0 to embargo check name
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# names must match plugin.named below
|
||||
healthcheck.checks = General Information,\
|
||||
Checksum,\
|
||||
Embargo items,\
|
||||
Embargo items (Pre-3.0),\
|
||||
Item summary,\
|
||||
User summary,\
|
||||
Log Analyser Check
|
||||
@@ -11,7 +11,7 @@ healthcheck.checks = General Information,\
|
||||
plugin.named.org.dspace.health.Check = \
|
||||
org.dspace.health.InfoCheck = General Information,\
|
||||
org.dspace.health.ChecksumCheck = Checksum,\
|
||||
org.dspace.health.EmbargoCheck = Embargo items,\
|
||||
org.dspace.health.EmbargoCheck = Embargo items (Pre-3.0),\
|
||||
org.dspace.health.ItemCheck = Item summary,\
|
||||
org.dspace.health.UserCheck = User summary,\
|
||||
org.dspace.health.LogAnalyserCheck = Log Analyser Check
|
||||
|
Reference in New Issue
Block a user