-
Improvement
-
Resolution: Unresolved
-
Major
-
4.9.0
-
None
-
None
-
1 - Middle term
-
2 - Normal
It should be possible with a few simple helpers to be able to process the values provided by a CFP.
Currently, we can :
- type the values DataHolderHelper.convertValues(view, rawValues)
- validate the values ViewHelper.validateValues(view, values)
But this doesn't support the processing of the disable conditions.
As the (by design it seems) returns the disabled value too, those values need to be processed to exclude them before validation.