mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 19:43:10 +00:00
25 lines
1.4 KiB
INI
25 lines
1.4 KiB
INI
#---------------------------------------------------------------#
|
|
#--------CONFIGURABLE REVIEWER WORKFLOW CONFIGURATIONS----------#
|
|
#---------------------------------------------------------------#
|
|
# Configuration properties used solely by the Configurable #
|
|
# Reviewer Workflow #
|
|
#---------------------------------------------------------------#
|
|
#
|
|
# Workflow framework used by DSpace is now determined by the configured
|
|
# WorkflowService implementation in [dspace.dir]/config/spring/api/core-services.xml
|
|
# One of two WorkflowServices should be enabled in that file:
|
|
# org.dspace.workflowbasic.BasicWorkflowServiceImpl = Traditional DSpace Workflow
|
|
# org.dspace.xmlworkflow.XmlWorkflowServiceImpl = Configurable (XML) Workflow
|
|
|
|
#Allow the reviewers to add/edit/remove files from the submission
|
|
#When changing this property you might want to alert submitters in the license that reviewers can alter their files
|
|
workflow.reviewer.file-edit=false
|
|
|
|
# Notify reviewers about tasks returned to the pool
|
|
#workflow.notify.returned.tasks = true
|
|
|
|
# Reviewer group for the select reviewer workflow (can be UUID or group name)
|
|
# This determines the group from which reviewers can be chosen
|
|
# If this is not set, the review manager can choose reviewers from all e-people instead of this selected group
|
|
action.selectrevieweraction.group = Reviewers
|