mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ACS-2888 - add usage of bean with security interceptor. (#1135)
This commit is contained in:
@@ -477,7 +477,7 @@
|
||||
<ref bean="NodeService" />
|
||||
</property>
|
||||
<property name="cociService">
|
||||
<ref bean="checkOutCheckInService"></ref>
|
||||
<ref bean="CheckOutCheckInService"></ref>
|
||||
</property>
|
||||
<property name="applicableTypes">
|
||||
<list>
|
||||
@@ -491,7 +491,7 @@
|
||||
<ref bean="NodeService" />
|
||||
</property>
|
||||
<property name="cociService">
|
||||
<ref bean="checkOutCheckInService"></ref>
|
||||
<ref bean="CheckOutCheckInService"></ref>
|
||||
</property>
|
||||
<property name="applicableTypes">
|
||||
<list>
|
||||
|
Reference in New Issue
Block a user