mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merge pull request #1351 from Alfresco/feature/APPS-659_Fix35Patch
Fix 3.5 patch
This commit is contained in:
@@ -5,16 +5,17 @@
|
||||
http://www.springframework.org/schema/beans/spring-beans.xsd">
|
||||
|
||||
<!-- RM v3.5 Patches -->
|
||||
<!-- fixesFromSchema must be 3201 because we apply this patch over RMv32HoldChildAssocPatch -->
|
||||
<bean id="rm.holdChildAssocPatch"
|
||||
<bean id="rm.holdNewChildAssocPatch"
|
||||
parent="rm.parentModulePatch"
|
||||
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="fixesFromSchema" value="3201" />
|
||||
<property name="fixesToSchema" value="3500"/>
|
||||
<!-- fixesFromSchema must be 3201 because we apply this patch over RMv32HoldChildAssocPatch -->
|
||||
<property name="fixesFromSchema" value="3201"/>
|
||||
<property name="fixesToSchema" value="3499"/>
|
||||
<property name="targetSchema" value="3500" />
|
||||
<property name="behaviourFilter" ref="policyBehaviourFilter" />
|
||||
<property name="filePlanService" ref="filePlanService" />
|
||||
<property name="holdService" ref="holdService" />
|
||||
<property name="nodeService" ref="nodeService" />
|
||||
</bean>
|
||||
</beans>
|
||||
</beans>
|
||||
|
Reference in New Issue
Block a user