[PER-10476] [5] Replace navigateMin with getWithChildren in folder picker#1092
Draft
aasandei-vsp wants to merge 1 commit into
Draft
[PER-10476] [5] Replace navigateMin with getWithChildren in folder picker#1092aasandei-vsp wants to merge 1 commit into
aasandei-vsp wants to merge 1 commit into
Conversation
Migrate the folder picker off /folder/navigateMin, its last consumer, and remove FolderRepo.navigate. The root.root folder stays on getRoot since Stela does not serve the virtual root. Issue: PER-10476
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## PER-10476-replace-navigate-lean-v4 #1092 +/- ##
======================================================================
+ Coverage 52.23% 52.39% +0.15%
======================================================================
Files 355 355
Lines 12131 12131
Branches 2191 2193 +2
======================================================================
+ Hits 6337 6356 +19
+ Misses 5566 5542 -24
- Partials 228 233 +5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
aasandei-vsp
marked this pull request as draft
July 20, 2026 10:45
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate the folder picker off /folder/navigateMin, its last consumer, and remove FolderRepo.navigate. The root.root folder stays on getRoot since Stela does not serve the virtual root.
Issue: PER-10476
Should not be merged before #1091
Manual test cases — Replace navigateMin with getWithChildren
Setup: log in on an archive with nested folders and at least one record. The folder picker opens from an item's Move, Copy, and Choose-file actions.
EXPECTED: the folder picker now loads folders through the Stela
getWithChildrenendpoint, except the top-level root which still loads throughgetRoot.Move dialog
Copy dialog
Choose-file dialog
Filtered move
Error handling