ACS-3430: POST support for conditions (#1356)

This commit is contained in:
krdabrowski
2022-09-13 12:32:29 +02:00
committed by GitHub
parent 3c55c1a9a0
commit 4692d471a3
16 changed files with 607 additions and 172 deletions

View File

@@ -886,6 +886,7 @@
<bean id="ruleLoader" class="org.alfresco.rest.api.impl.rules.RuleLoader">
<property name="ruleService" ref="RuleService" />
<property name="nodeValidator" ref="nodeValidator" />
<property name="namespaceService" ref="NamespaceService"/>
</bean>
<bean class="org.alfresco.rest.api.nodes.NodeRuleSetsRelation">
@@ -909,6 +910,7 @@
<property name="ruleLoader" ref="ruleLoader"/>
<property name="actionParameterConverter" ref="actionParameterConverter"/>
<property name="actionPermissionValidator" ref="actionPermissionValidator"/>
<property name="namespaceService" ref="NamespaceService"/>
</bean>
<bean id="Rules" class="org.springframework.aop.framework.ProxyFactoryBean">