mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-4293: after discussion with Ana for delete we need filing condition
This commit is contained in:
@@ -102,6 +102,11 @@
|
|||||||
<value>TRANSFER_CONTAINER</value>
|
<value>TRANSFER_CONTAINER</value>
|
||||||
</list>
|
</list>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="conditions">
|
||||||
|
<map>
|
||||||
|
<entry key="capabilityCondition.filling" value="true"/>
|
||||||
|
</map>
|
||||||
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="rmDeleteHoldContainerCapability"
|
<bean id="rmDeleteHoldContainerCapability"
|
||||||
@@ -112,5 +117,10 @@
|
|||||||
<value>HOLD_CONTAINER</value>
|
<value>HOLD_CONTAINER</value>
|
||||||
</list>
|
</list>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="conditions">
|
||||||
|
<map>
|
||||||
|
<entry key="capabilityCondition.filling" value="true"/>
|
||||||
|
</map>
|
||||||
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
</beans>
|
</beans>
|
Reference in New Issue
Block a user