-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure nestedJobWhiteboard is processed in order
There was a problem where depending on the order of the hashmap insertion, nested folders would not show up in the GUI. The issue was caused by using childrenMap.entrySet which doesn't concern about order. To solve this issue the map values were encapsulated in a object that implements the right sorting based on level, making sure children paths are processed before their parents.
- Loading branch information
1 parent
be251e2
commit 00ffecb
Showing
1 changed file
with
75 additions
and
22 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