Files
DSpace/dspace/config/modules/workflow.cfg
2023-02-06 16:46:35 +01:00

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