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

External File Storage: Fix Parent Folder Navigation in Storage Browset #3159

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

IceOnly
Copy link
Contributor

@IceOnly IceOnly commented Mar 4, 2025

Summary

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

Shows no Parent Folder ins Sub Folders.

Work Item(s)

Fixes #3158

Fixes AB#567964

@IceOnly IceOnly requested a review from a team as a code owner March 4, 2025 08:21
@github-actions github-actions bot added AL: System Application From Fork Pull request is coming from a fork labels Mar 4, 2025
@JesperSchulz JesperSchulz self-assigned this Mar 4, 2025
@JesperSchulz JesperSchulz added Linked Issue is linked to a Azure Boards work item Integration GitHub request for Integration area labels Mar 4, 2025
@github-actions github-actions bot added this to the Version 27.0 milestone Mar 4, 2025
@JesperSchulz JesperSchulz merged commit 74a56a0 into microsoft:main Mar 4, 2025
25 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AL: System Application From Fork Pull request is coming from a fork Integration GitHub request for Integration area Linked Issue is linked to a Azure Boards work item
Projects
None yet
5 participants