ACS_3362 GET rule set can include optional owningFolder field. (#1280)

* ACS_3362 GET rule set can include optional owningFolder field. [skip ci]

* ACS_3362 Update to use release version of TAS. [tas]

* ACS_3362 Refactor RuleSetLoader into its own class. [tas]
This commit is contained in:
Tom Page
2022-08-09 10:05:14 +01:00
committed by GitHub
parent 594f02e7cd
commit 8884cc9563
9 changed files with 250 additions and 20 deletions

View File

@@ -860,7 +860,12 @@
<property name="rules" ref="Rules" />
</bean>
<bean id="ruleSetLoader" class="org.alfresco.rest.api.impl.rules.RuleSetLoader">
<property name="nodeService" ref="NodeService" />
</bean>
<bean id="ruleSets" class="org.alfresco.rest.api.impl.rules.RuleSetsImpl">
<property name="ruleSetLoader" ref="ruleSetLoader" />
<property name="validator" ref="nodeValidator" />
<property name="ruleService" ref="RuleService" />
</bean>