mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
typo from review comment for APPS-908 [skip tests]
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<!-- Records Management Search Parameters-->
|
||||
|
||||
<bean id="recordsManagemantSearchParameters"
|
||||
<bean id="recordsManagementSearchParameters"
|
||||
class="org.alfresco.module.org_alfresco_module_rm.search.RecordsManagementSearchParameters">
|
||||
<property name="maxItems">
|
||||
<value>${rm.recordSearch.maxItems}</value>
|
||||
@@ -355,7 +355,7 @@
|
||||
</value>
|
||||
</property>
|
||||
<property name="nodeService" ref="NodeService" />
|
||||
<property name="recordsManagementSearchParameters" ref="recordsManagemantSearchParameters" />
|
||||
<property name="recordsManagementSearchParameters" ref="recordsManagementSearchParameters" />
|
||||
</bean>
|
||||
|
||||
<bean id="RecordsManagementSearchService" class="org.springframework.aop.framework.ProxyFactoryBean">
|
||||
|
Reference in New Issue
Block a user