-
Bug
-
Resolution: Done
-
Major
-
7.21.0.Final
-
None
-
2020 Week 52-03 (from Dec 21)
-
1
-
-
NEW
-
NEW
The configuration is ignored when setting a filter class on a value selector, e.g.:
<valueSelector> <filterClass>...Selector</filterClass> </valueSelector>
As indicated in PLANNER-394 and in the docs, it should now be possible to configure a filterClass on a valueSelector.
In the EntitySelectorConfig class, the filterClass is carried over during the inherit() method with the line:
filterClassList = ConfigUtils.inheritOverwritableProperty( filterClassList, inheritedConfig.getFilterClassList());
This line doesn't appear in the ValueSelectorConfig, which causes the filter list to become null during phase initialization, and therefore the custom filters are never instantiated.
- is duplicated by
-
PLANNER-2252 ValueSelectorConfig does not inherit the filterClass
- Closed