7a15a3a109
* fix flatten loop control issue (break -> continue)
fix issue #69012
(cherry picked from commit 2127be5ec5
)
* fixed null break bug and added option to include
fixes #69012
fixes #69013
Co-authored-by: pseudocoder <borisovano@users.noreply.github.com>
Co-authored-by: David Shrewsbury <Shrews@users.noreply.github.com>
2 lines
107 B
YAML
2 lines
107 B
YAML
bugfixes:
|
|
- Continue execution when 'flatten' filter when it hits a None/null value as part of the list.
|