Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
External File Storage: Fix Parent Folder Navigation in Storage Browset (
#3159) <!-- Thank you for submitting a Pull Request. If you're new to contributing to BCApps please read our pull request guideline below * https://github.com/microsoft/BCApps/Contributing.md --> #### Summary <!-- Provide a general summary of your changes --> ``` 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) <!-- 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 #3158 Fixes [AB#567964](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/567964) Co-authored-by: Thomas Williamson <[email protected]>
- Loading branch information