mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
22 lines
1.1 KiB
INI
22 lines
1.1 KiB
INI
#---------------------------------------------------#
|
|
#------------ VERSIONING CONFIGURATIONS ------------#
|
|
#---------------------------------------------------#
|
|
# These configs are used by the versioning system #
|
|
#---------------------------------------------------#
|
|
#Parameter 'enabled' is used only by JSPUI
|
|
versioning.enabled=false
|
|
# Control if the history overview of an item should only be shown to administrators
|
|
# If enabled only the administrators for the item will be able to view the versioning history
|
|
# If disabled anyone with READ permissions on the item will be able to view the versioning history
|
|
versioning.item.history.view.admin=false
|
|
|
|
# The property item.history.include.submitter controls whether the name of
|
|
# the submitter of a version should be included in the version history of
|
|
# an item.
|
|
versioning.item.history.include.submitter=false
|
|
|
|
# If you want to allow submitters to create new versions of there items, set
|
|
# the property submitterCanCreateNewVersion true. This is currently supported
|
|
# by JSPUI only.
|
|
# versioning.submitterCanCreateNewVersion=false
|