RM-796 (Add Scanned Record Metadata results in properties error)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@53729 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-08-07 15:04:46 +00:00
parent c4553665e2
commit edb1f02fec
2 changed files with 6 additions and 21 deletions

View File

@@ -113,7 +113,7 @@
<!-- Import workflows -->
<import resource="classpath:alfresco/module/org_alfresco_module_rm/rm-workflow-context.xml"/>
<!-- Import record service -->
<import resource="classpath:alfresco/module/org_alfresco_module_rm/rm-report-context.xml"/>
@@ -209,7 +209,6 @@
parent="baseRMFormFilter"
class="org.alfresco.module.org_alfresco_module_rm.forms.RecordsManagementNodeFormFilter">
<property name="filterRegistry" ref="nodeFilterRegistry" />
<property name="dictionaryService" ref="DictionaryService" />
<property name="dispositionService" ref="dispositionService"/>
<property name="filePlanService" ref="FilePlanService" />
</bean>
@@ -242,8 +241,8 @@
<!-- Import the RM webscript's -->
<import resource="classpath:alfresco/module/org_alfresco_module_rm/rm-webscript-context.xml"/>
<!-- Import of installed demos -->
<import resource="classpath*:alfresco/module/org_alfresco_module_rm/demo/*/demo-context.xml"/>
<import resource="classpath*:alfresco/module/org_alfresco_module_rm/demo/*/demo-context.xml"/>
</beans>