Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: External Storage Account: Storage Explorer Ignores File Name Filter #3127

Closed
1 task done
IceOnly opened this issue Feb 28, 2025 · 0 comments · Fixed by #3128
Closed
1 task done

[Bug]: External Storage Account: Storage Explorer Ignores File Name Filter #3127

IceOnly opened this issue Feb 28, 2025 · 0 comments · Fixed by #3128
Labels
Approved The issue is approved Integration GitHub request for Integration area

Comments

@IceOnly
Copy link
Contributor

IceOnly commented Feb 28, 2025

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.

ExternalFileStorage.Initialize("File Scenario"::Default);
Path := ExternalFileStorage.SelectAndGetFilePath('', '*.png');

Additional context

No response

I will provide a fix for a bug

  • I will provide a fix for a bug
@IceOnly 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
@JesperSchulz JesperSchulz added Integration GitHub request for Integration area Approved The issue is approved labels Mar 3, 2025
JesperSchulz pushed a commit that referenced this issue Mar 4, 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved The issue is approved Integration GitHub request for Integration area
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants