RM-959 (Admin user is not able to create users)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@55343 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-09-16 14:37:44 +00:00
parent 507e09ac64
commit ce4121852f

View File

@@ -75,6 +75,9 @@
<property name="nodeService"> <property name="nodeService">
<ref bean="nodeService"></ref> <ref bean="nodeService"></ref>
</property> </property>
<property name="ownableService">
<ref bean="ownableService"></ref>
</property>
<property name="authenticationService"> <property name="authenticationService">
<ref bean="authenticationService"/> <ref bean="authenticationService"/>
</property> </property>