-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(v2): Update migrated and recalled data sets in tree (#3333)
* fix(ds): Fix migrated & recalled node behavior Signed-off-by: Trae Yelovich <[email protected]> * chore: update changelog Signed-off-by: Trae Yelovich <[email protected]> * rename to ZoweDatasetNode.{datasetMigrated,datasetRecalled} Signed-off-by: Trae Yelovich <[email protected]> * tests: ZoweDatasetNode.{datasetMigrated,datasetRecalled} Signed-off-by: Trae Yelovich <[email protected]> * refactor: remove static from dataset{Migrated,Recalled} Signed-off-by: Trae Yelovich <[email protected]> * refactor: add open command to PS if recalled Signed-off-by: Trae Yelovich <[email protected]> * fix: remove extra curly brace in ZoweDatasetNode Signed-off-by: Trae Yelovich <[email protected]> * tests: use toStrictEqual in datasetRecalled case Signed-off-by: Trae Yelovich <[email protected]> * use refresh for migrate instead of refreshElement Signed-off-by: Trae Yelovich <[email protected]> * chore: update typedoc and comments Signed-off-by: Trae Yelovich <[email protected]> * refactor: make datasetMigrated public to reuse logic Signed-off-by: Trae Yelovich <[email protected]> * fix: do not mark ds as migrated right away Signed-off-by: Trae Yelovich <[email protected]> * refactor: move ui messages before migrate/recall request Signed-off-by: Trae Yelovich <[email protected]> * fix: handle favorited DS for context value Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]>
- Loading branch information
Showing
4 changed files
with
156 additions
and
25 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
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
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
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