File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
421421ClassMethod GetRemote () As %Library .DynamicObject
You can’t perform that action at this time.
0 commit comments