- Issue created by @marcus_johansson
- Assigned to marcus_johansson
- Status changed to Fixed
about 1 year ago 12:00pm 24 October 2023 - Status changed to Fixed
about 1 year ago 10:49am 31 October 2023
Currently the module checks if a value is not filled by looking at it's getValue() result. Certain complex fields might prefill this with data and look like they are not empty, causing no interpolation to happen.
Add a checkIfEmpty to the Interface that takes the value as it is, where the rule can change the value that is used to checking to look empty (Anti-Pattern design, but works better in this case).
Fixed
1.0
Code