mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
APPS-659
[Upgrade] Search Result points to incorrect link to Folder on Hold --changed fixesFromSchema
This commit is contained in:
@@ -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" />
|
||||||
|
Reference in New Issue
Block a user