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 Connector: SelectAndGetFolderPath('') shows no parent directories in the Storage Browser #3158

Closed
1 task done
IceOnly opened this issue Mar 4, 2025 · 0 comments · Fixed by #3159
Labels
Approved The issue is approved Integration GitHub request for Integration area

Comments

@IceOnly
Copy link
Contributor

IceOnly commented Mar 4, 2025

Describe the issue

ExternalFileStorage.SelectAndGetFolderPath(''); shows no parent directories in the Storage Browser:

Image

Expected behavior

It should show the parent directory in all subfolders like the ExternalFileStorage.SelectAndGetFolderPath('', '') does:

Image

Steps to reproduce

Use the following code with a file connector of your choice:

trigger OnAction()
var
    ExternalFileStorage: Codeunit "External File Storage";
    Path: Text;
begin
    ExternalFileStorage.Initialize("File Scenario"::Default);
    Path := ExternalFileStorage.SelectAndGetFolderPath('');
end;

Additional context

No response

I will provide a fix for a bug

  • I will provide a fix for a bug
IceOnly pushed a commit to IceOnly/BCApps that referenced this issue Mar 4, 2025
@JesperSchulz JesperSchulz added Integration GitHub request for Integration area Approved The issue is approved labels Mar 4, 2025
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