Skip to content

Commit 859d155

Browse files
committed
Merge branch 'main' into fix-468
2 parents 1d5b58c + b244b5f commit 859d155

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Fixed GetContexts utils function to exclude implied namespaces from the list of namespaces (#468)
2323
- Fixed git path configuration (#463)
2424
- Added feedback to settings page (#550)
25+
- Fix "Home" navigation to point to current namespace (#548)
2526

2627
## [2.6.0] - 2024-10-07
2728

cls/SourceControl/Git/WebUIDriver.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ ClassMethod GetHomeURL() As %String
415415
if $IsObject($Get(%request)) {
416416
set prefix = $Piece(%request.Application,%request.AppMatch)
417417
}
418-
quit prefix_"/csp/sys/UtilHome.csp"
418+
quit prefix_"/csp/sys/UtilHome.csp?$NAMESPACE="_$namespace
419419
}
420420

421421
ClassMethod GetRemote() As %Library.DynamicObject

0 commit comments

Comments
 (0)