mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +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
|
# names must match plugin.named below
|
||||||
healthcheck.checks = General Information,\
|
healthcheck.checks = General Information,\
|
||||||
Checksum,\
|
Checksum,\
|
||||||
Embargo items,\
|
Embargo items (Pre-3.0),\
|
||||||
Item summary,\
|
Item summary,\
|
||||||
User summary,\
|
User summary,\
|
||||||
Log Analyser Check
|
Log Analyser Check
|
||||||
@@ -11,7 +11,7 @@ healthcheck.checks = General Information,\
|
|||||||
plugin.named.org.dspace.health.Check = \
|
plugin.named.org.dspace.health.Check = \
|
||||||
org.dspace.health.InfoCheck = General Information,\
|
org.dspace.health.InfoCheck = General Information,\
|
||||||
org.dspace.health.ChecksumCheck = Checksum,\
|
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.ItemCheck = Item summary,\
|
||||||
org.dspace.health.UserCheck = User summary,\
|
org.dspace.health.UserCheck = User summary,\
|
||||||
org.dspace.health.LogAnalyserCheck = Log Analyser Check
|
org.dspace.health.LogAnalyserCheck = Log Analyser Check
|
||||||
|
Reference in New Issue
Block a user