[Upgrade] Search Result points to incorrect link to Folder on Hold
--changed fixesFromSchema
This commit is contained in:
estan
2021-03-03 15:04:00 +02:00
parent b3d8975444
commit d27b26ded1

View File

@@ -5,12 +5,12 @@
http://www.springframework.org/schema/beans/spring-beans.xsd"> http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- RM v3.5 Patches --> <!-- RM v3.5 Patches -->
<!-- fixesFromSchema must be 3201 because we apply this patch over RMv32HoldChildAssocPatch -->
<bean id="rm.holdChildAssocPatch" <bean id="rm.holdChildAssocPatch"
parent="rm.parentModulePatch" parent="rm.parentModulePatch"
class="org.alfresco.module.org_alfresco_module_rm.patch.v35.RMv35HoldNewChildAssocPatch"> class="org.alfresco.module.org_alfresco_module_rm.patch.v35.RMv35HoldNewChildAssocPatch">
<property name="description" value="Create new hold child association to link the record to the hold"/> <property name="description" value="Create new hold child association to link the record to the hold"/>
<property name="fixesFromSchema" value="2400" /> <property name="fixesFromSchema" value="3201" />
<property name="fixesToSchema" value="3500"/> <property name="fixesToSchema" value="3500"/>
<property name="behaviourFilter" ref="policyBehaviourFilter" /> <property name="behaviourFilter" ref="policyBehaviourFilter" />
<property name="filePlanService" ref="filePlanService" /> <property name="filePlanService" ref="filePlanService" />