mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
ACS-5506 Correct Nodes bean
This commit is contained in:
@@ -1693,7 +1693,7 @@
|
||||
<property name="authorityService" ref="AuthorityService" />
|
||||
<property name="authorityDAO" ref="authorityDAO" />
|
||||
<property name="people" ref="people"/>
|
||||
<property name="nodes" ref="nodes"/>
|
||||
<property name="nodes" ref="Nodes"/>
|
||||
</bean>
|
||||
|
||||
<bean id="Groups" class="org.springframework.aop.framework.ProxyFactoryBean">
|
||||
|
Reference in New Issue
Block a user