Skip to content

Fix file dialog displaying non supported files

  • Files in a group were displayed if the group name was matching one of the supported patterns, and not based on whether they were matching it themselves, which is now fixed.

  • Groups are now displayed only if all the files in the group are matching the pattern.

  • Now accepts file names with up to three additional dots and numbers (like can.e.4.1.001) to be matched. For example here can.e.4.1.001 would match with the *.e pattern.

Closes #21039 (closed)

Merge request reports