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
22
22
- Fixed GetContexts utils function to exclude implied namespaces from the list of namespaces (#468 )
23
23
- Fixed git path configuration (#463 )
24
24
- Added feedback to settings page (#550 )
25
+ - Fix "Home" navigation to point to current namespace (#548 )
25
26
26
27
## [ 2.6.0] - 2024-10-07
27
28
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ ClassMethod GetHomeURL() As %String
415
415
if $IsObject ($Get (%request )) {
416
416
set prefix = $Piece (%request .Application ,%request .AppMatch )
417
417
}
418
- quit prefix _" /csp/sys/UtilHome.csp"
418
+ quit prefix _" /csp/sys/UtilHome.csp?$NAMESPACE= " _ $namespace
419
419
}
420
420
421
421
ClassMethod GetRemote () As %Library .DynamicObject
You can’t perform that action at this time.
0 commit comments