ACS-3964: fix for non-inheritable rules still appearing in inherited rule sets (#1565)

* ACS-3964: fix for non-inheritable rules still appearing in inherited rule sets

* ACS-3964: fix failing E2Es and add negative test
This commit is contained in:
George Evangelopoulos
2022-11-23 16:24:15 +00:00
committed by GitHub
parent 1245647a9f
commit af838043c9
5 changed files with 183 additions and 10 deletions

View File

@@ -929,6 +929,7 @@
<property name="validator" ref="nodeValidator"/>
<property name="ruleService" ref="RuleService" />
<property name="ruleLoader" ref="ruleLoader"/>
<property name="ruleSetLoader" ref="ruleSetLoader"/>
<property name="actionPermissionValidator" ref="actionPermissionValidator"/>
<property name="ruleMapper" ref="ruleMapper"/>
</bean>