mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user