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" />
|
<ref bean="NodeService" />
|
||||||
</property>
|
</property>
|
||||||
<property name="cociService">
|
<property name="cociService">
|
||||||
<ref bean="checkOutCheckInService"></ref>
|
<ref bean="CheckOutCheckInService"></ref>
|
||||||
</property>
|
</property>
|
||||||
<property name="applicableTypes">
|
<property name="applicableTypes">
|
||||||
<list>
|
<list>
|
||||||
@@ -491,7 +491,7 @@
|
|||||||
<ref bean="NodeService" />
|
<ref bean="NodeService" />
|
||||||
</property>
|
</property>
|
||||||
<property name="cociService">
|
<property name="cociService">
|
||||||
<ref bean="checkOutCheckInService"></ref>
|
<ref bean="CheckOutCheckInService"></ref>
|
||||||
</property>
|
</property>
|
||||||
<property name="applicableTypes">
|
<property name="applicableTypes">
|
||||||
<list>
|
<list>
|
||||||
|
Reference in New Issue
Block a user