Skip to content

Fix Change File action requiring extension hint

When using Change File, use readerFactory object to retrieve admissible file extensions for the current reader.

Previous implementation was inspecting xml reader definition and was focusing only on extension hint.

It seems that going through the ReaderFactory object allows to get directly the allowed file extensions, may them be defined through extensions hints or other hints such as filename_patterns.

Closes #22426 (closed)

Merge request reports