Skip to content

Commit

Permalink
Merge branch 'private-release/v2.0.1' into zowe-release/v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KUGDev committed Nov 12, 2024
2 parents 0aff128 + 90825a6 commit 4e64f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ class ConnectionDialog(
"04.26.00" -> ZVersion.ZOS_2_3
"04.27.00" -> ZVersion.ZOS_2_4
"04.28.00" -> ZVersion.ZOS_2_5
"04.29.00" -> ZVersion.ZOS_3_1
else -> ZVersion.ZOS_2_1
}
newTestedConnConfig.zVersion = state.zVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ abstract class ExplorerTreeView<Connection : ConnectionConfigBase, U : WorkingSe
if (explorer == this@ExplorerTreeView.explorer) {
myFsTreeStructure.findByValue(unit).forEach {
myStructure.invalidate(it, true)
if (explorer is FileExplorer)
myTree.selectionPaths = null
}
}
}
Expand Down

0 comments on commit 4e64f9d

Please sign in to comment.