Set renditionService property for filePlanComponent bean definition

This commit is contained in:
Tuna Aksoy
2016-12-19 20:41:11 +00:00
parent 9c7ee3acd2
commit ee2455d7c6

View File

@@ -103,6 +103,7 @@
<property name="scriptService" ref="ScriptService" />
<property name="namespaceService" ref="NamespaceService" />
<property name="filePlanService" ref="FilePlanService" />
<property name="renditionService" ref="RenditionService" />
</bean>
<bean id="rma.record" class="org.alfresco.module.org_alfresco_module_rm.model.rma.aspect.RecordAspect" parent="rm.baseBehaviour">