Skip to content

Commit ebda553

Browse files
committed
fix: tweaks to workspace setup
1 parent b625fc8 commit ebda553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cls/SourceControl/Git/WebUIDriver.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ClassMethod HandleRequest(pagePath As %String, InternalName As %String = "", Out
4444
set server = {
4545
"webServer": {
4646
"host": (%request.CgiEnvs("SERVER_NAME")),
47-
"port": (%request.CgiEnvs("SERVER_PORT")),
47+
"port": (+%request.CgiEnvs("SERVER_PORT")),
4848
"scheme": ($Select(%request.Secure:"https",1:"http"))
4949
},
5050
"username": ($Username)
@@ -66,7 +66,7 @@ ClassMethod HandleRequest(pagePath As %String, InternalName As %String = "", Out
6666
}
6767
if hasCSP {
6868
do workspaceDef.folders.%Push({
69-
"name": ($Namespace_" (Filesystem)"),
69+
"name": ($Namespace),
7070
"uri": ("isfs://"_instanceName_":"_$Namespace_"/git/"_$Namespace_"?csp")
7171
})
7272
} else {

0 commit comments

Comments
 (0)