ACS-3376 GET rule order within rule set.

This commit is contained in:
Tom Page
2022-09-29 15:21:35 +01:00
parent 609ffdcbf0
commit a93dd27674
5 changed files with 128 additions and 3 deletions

View File

@@ -864,6 +864,7 @@
<bean id="ruleSetLoader" class="org.alfresco.rest.api.impl.rules.RuleSetLoader">
<property name="nodeService" ref="NodeService" />
<property name="ruleService" ref="RuleService" />
<property name="restRuleModelMapper" ref="ruleMapper" />
</bean>
<bean id="ruleSets" class="org.alfresco.rest.api.impl.rules.RuleSetsImpl">