-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
fix(data-package-view): ensure all subfolders with the same name are …
…created Previously, the `addFilesAndFolders` function did not correctly handle the creation of subfolders with the same name. This fix ensures that all subfolders are created properly by constructing the full path for each folder and checking against the `pathMap` to avoid duplicates. - Updated the `addFilesAndFolders` function to construct the full path for each folder. - Ensured that the `pathMap` is updated with the correct paths for all subfolders. - Added detailed comments to the `addFilesAndFolders` function for better readability and maintenance. - ran addFilesAndFolders through eslint and made corrections This resolves the issue where subfolders with the same name were not being created correctly. Closes #2442
Showing
1 changed file
with
59 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters