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 @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- Fix left-sidebar spacing (#525 )
18
18
- Fixed slowness loading some CSP pages with multiple instances sharing a webserver (#540 )
19
19
- Prevent direct commits to default merge branch in basic mode (#484 )
20
+ - Fix "Home" navigation to point to current namespace (#548 )
20
21
21
22
## [ 2.6.0] - 2024-10-07
22
23
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ ClassMethod GetHomeURL() As %String
414
414
if $IsObject ($Get (%request )) {
415
415
set prefix = $Piece (%request .Application ,%request .AppMatch )
416
416
}
417
- quit prefix _" /csp/sys/UtilHome.csp"
417
+ quit prefix _" /csp/sys/UtilHome.csp?Namespace= " _ $namespace
418
418
}
419
419
420
420
ClassMethod GetRemote () As %Library .DynamicObject
You can’t perform that action at this time.
0 commit comments