Skip to content

Commit b244b5f

Browse files
authored
Merge pull request #556 from intersystems/issue-548
"Home" button leads to correct namespace
2 parents d27c893 + bfb2559 commit b244b5f

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
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- Prevent direct commits to default merge branch in basic mode (#484)
2020
- Fixed git path configuration (#463)
2121
- Added feedback to settings page (#550)
22+
- Fix "Home" navigation to point to current namespace (#548)
2223

2324
## [2.6.0] - 2024-10-07
2425

cls/SourceControl/Git/WebUIDriver.cls

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

420420
ClassMethod GetRemote() As %Library.DynamicObject

0 commit comments

Comments
 (0)