mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
remove ratingreviewaction in test context
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
<property name="minimumAcceptanceScore" value="3" />
|
<property name="minimumAcceptanceScore" value="3" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
|
||||||
<bean id="autoassignactionAPI" class="org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction" scope="prototype"/>
|
<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="noUserSelectionActionAPI" class="org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction" scope="prototype"/>
|
||||||
<bean id="assignoriginalsubmitteractionAPI" class="org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction" scope="prototype"/>
|
<bean id="assignoriginalsubmitteractionAPI" class="org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction" scope="prototype"/>
|
||||||
@@ -46,7 +45,6 @@
|
|||||||
<property name="requiresUI" value="true"/>
|
<property name="requiresUI" value="true"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
|
||||||
<!--Action for the select single reviewer workflow -->
|
<!--Action for the select single reviewer workflow -->
|
||||||
<bean id="selectrevieweraction" class="org.dspace.xmlworkflow.state.actions.WorkflowActionConfig" scope="prototype">
|
<bean id="selectrevieweraction" class="org.dspace.xmlworkflow.state.actions.WorkflowActionConfig" scope="prototype">
|
||||||
<constructor-arg type="java.lang.String" value="selectrevieweraction"/>
|
<constructor-arg type="java.lang.String" value="selectrevieweraction"/>
|
||||||
@@ -66,21 +64,14 @@
|
|||||||
<property name="requiresUI" value="true"/>
|
<property name="requiresUI" value="true"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="ratingreviewaction" class="org.dspace.xmlworkflow.state.actions.WorkflowActionConfig" scope="prototype">
|
<!--Automatic step that evaluates scores (workflow.score) and checks if they match the configured minimum for archiving -->
|
||||||
<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 -->
|
|
||||||
<bean id="evaluationaction" class="org.dspace.xmlworkflow.state.actions.WorkflowActionConfig" scope="prototype">
|
<bean id="evaluationaction" class="org.dspace.xmlworkflow.state.actions.WorkflowActionConfig" scope="prototype">
|
||||||
<constructor-arg type="java.lang.String" value="evaluationaction"/>
|
<constructor-arg type="java.lang.String" value="evaluationaction"/>
|
||||||
<property name="processingAction" ref="evaluationactionAPI" />
|
<property name="processingAction" ref="evaluationactionAPI" />
|
||||||
<property name="requiresUI" value="false"/>
|
<property name="requiresUI" value="false"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
<!--User selection actions-->
|
||||||
<!--User selection actions-->
|
|
||||||
<bean id="claimaction" class="org.dspace.xmlworkflow.state.actions.UserSelectionActionConfig" scope="prototype">
|
<bean id="claimaction" class="org.dspace.xmlworkflow.state.actions.UserSelectionActionConfig" scope="prototype">
|
||||||
<constructor-arg type="java.lang.String" value="claimaction"/>
|
<constructor-arg type="java.lang.String" value="claimaction"/>
|
||||||
<property name="processingAction" ref="claimactionAPI"/>
|
<property name="processingAction" ref="claimactionAPI"/>
|
||||||
|
Reference in New Issue
Block a user