mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-1686 (Performance issue caused by DocLibRmSiteExistsEvaluator)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.2@89903 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -3,13 +3,18 @@
|
||||
|
||||
<beans>
|
||||
|
||||
<bean id="jsonConversionComponentCache" class="org.alfresco.repo.cache.DefaultSimpleCache" />
|
||||
|
||||
<!-- extending bean definition -->
|
||||
<bean id="rm.jsonConversionComponent" class="org.alfresco.module.org_alfresco_module_rm.jscript.app.JSONConversionComponent"
|
||||
parent="baseJsonConversionComponent">
|
||||
parent="baseJsonConversionComponent" init-method="init">
|
||||
<property name="recordService" ref="RecordService"/>
|
||||
<property name="filePlanService" ref="FilePlanService"/>
|
||||
<property name="capabilityService" ref="CapabilityService"/>
|
||||
<property name="dictionaryService" ref="DictionaryService" />
|
||||
<property name="siteService" ref="SiteService" />
|
||||
<property name="policyComponent" ref="policyComponent" />
|
||||
<property name="jsonConversionComponentCache" ref="jsonConversionComponentCache" />
|
||||
</bean>
|
||||
|
||||
<!-- extends core bean with RM extensions -->
|
||||
@@ -861,7 +866,7 @@
|
||||
</property>
|
||||
<property name="capability" value ="DeleteHold"/>
|
||||
</bean>
|
||||
|
||||
|
||||
<bean id="jsonConversionComponent.editHold"
|
||||
parent="jsonConversionComponent.baseAction">
|
||||
<property name="name" value="editHold"/>
|
||||
|
Reference in New Issue
Block a user