Skip to content

Commit 9a17da6

Browse files
committed
fix: issues presented in pr
1 parent dd93e01 commit 9a17da6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [2.5.0] - Unreleased
99

1010
### Added
11-
- New way to change context of Git-Source-Control from UI (#280)
11+
- Allow changing namespaces and IPM package context from web UI (#280)
1212

1313
## [2.4.1] - 2024-08-02
1414

cls/SourceControl/Git/WebUIDriver.cls

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ ClassMethod HandleRequest(pagePath As %String, InternalName As %String = "", Out
2020
set responseJSON = ..GetSettingsURL(%request)
2121
} elseif $extract(pagePath, 6, *) = "get-package-version"{
2222
set responseJSON = ..GetPackageVersion()
23-
} elseif $extract(pagePath, 6, *) = "namespace"{
24-
set responseJSON = $NAMESPACE
2523
} else {
2624
set %response.Status = ##class(%CSP.REST).#HTTP404NOTFOUND
2725
set responseJSON = {"error":("invalid URI: " _ pagePath)}
@@ -275,4 +273,3 @@ ClassMethod GetPackageVersion() As %Library.DynamicObject
275273
}
276274

277275
}
278-

0 commit comments

Comments
 (0)