You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
IceOnly
changed the title
[Bug]: Eternal Storage Account: Storage Explorer Ignores File Name Filter
[Bug]: External Storage Account: Storage Explorer Ignores File Name Filter
Feb 28, 2025
#### Summary <!-- Provide a general summary of your changes -->
```
ExternalFileStorage.Initialize("File Scenario"::Default);
Path := ExternalFileStorage.SelectAndGetFilePath('', '*.png');
```
Shows now only png files and folders.
#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes#3127
Fixes
[AB#567860](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/567860)
Co-authored-by: Thomas Williamson <[email protected]>
Describe the issue
The Storage Broswer shows all files in the storage.
Expected behavior
The storage browser should only show files matching the File Name Filter, if a filter is given.
Steps to reproduce
This code should only show Folders an png Files.
Additional context
No response
I will provide a fix for a bug
The text was updated successfully, but these errors were encountered: