mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
remove ratingreviewaction bean in workflow-actions.xml
(cherry picked from commit 770ab0ca79
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
f84ddb541d
commit
cad7e9397b
@@ -21,7 +21,6 @@
|
||||
<property name="minimumAcceptanceScore" value="3" />
|
||||
</bean>
|
||||
|
||||
|
||||
<bean id="autoassignactionAPI" class="org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction" scope="prototype"/>
|
||||
<bean id="noUserSelectionActionAPI" class="org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction" scope="prototype"/>
|
||||
<bean id="assignoriginalsubmitteractionAPI" class="org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction" scope="prototype"/>
|
||||
@@ -44,7 +43,6 @@
|
||||
<property name="requiresUI" value="true"/>
|
||||
</bean>
|
||||
|
||||
|
||||
<!--Action for the select single reviewer workflow -->
|
||||
<bean id="selectrevieweraction" class="org.dspace.xmlworkflow.state.actions.WorkflowActionConfig" scope="prototype">
|
||||
<constructor-arg type="java.lang.String" value="selectrevieweraction"/>
|
||||
@@ -64,21 +62,14 @@
|
||||
<property name="requiresUI" value="true"/>
|
||||
</bean>
|
||||
|
||||
<bean id="ratingreviewaction" class="org.dspace.xmlworkflow.state.actions.WorkflowActionConfig" scope="prototype">
|
||||
<constructor-arg type="java.lang.String" value="ratingreviewaction"/>
|
||||
<property name="processingAction" ref="ratingreviewactionAPI" />
|
||||
<property name="requiresUI" value="true"/>
|
||||
</bean>
|
||||
|
||||
<!--Autmatic step that evaluates scores (workflow.score) and checks if they match the configured minimum for archiving -->
|
||||
<!--Automatic step that evaluates scores (workflow.score) and checks if they match the configured minimum for archiving -->
|
||||
<bean id="evaluationaction" class="org.dspace.xmlworkflow.state.actions.WorkflowActionConfig" scope="prototype">
|
||||
<constructor-arg type="java.lang.String" value="evaluationaction"/>
|
||||
<property name="processingAction" ref="evaluationactionAPI" />
|
||||
<property name="requiresUI" value="false"/>
|
||||
</bean>
|
||||
|
||||
|
||||
<!--User selection actions-->
|
||||
<!--User selection actions-->
|
||||
<bean id="claimaction" class="org.dspace.xmlworkflow.state.actions.UserSelectionActionConfig" scope="prototype">
|
||||
<constructor-arg type="java.lang.String" value="claimaction"/>
|
||||
<property name="processingAction" ref="claimactionAPI"/>
|
||||
|
Reference in New Issue
Block a user