We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1e65f commit 13b474dCopy full SHA for 13b474d
cls/SourceControl/Git/Production.cls
@@ -62,7 +62,7 @@ ClassMethod DeleteProductionDefinitionShards(productionClass As %String, deleteM
62
while rs.%Next(.sc) {
63
quit:$$$ISERR(sc)
64
set ptdFilename = rs.Data("Name")
65
- set sc = ##class(SourceControl.Git.Production).ParseExternalName(ptdFilename, .ptdInternalName)
+ set sc = ..ParseExternalName(ptdFilename, .ptdInternalName)
66
67
// TODO: Consider reverting delete if any ptd is not editable by current user
68
set sc = $method(%SourceControl, deleteMethod, ptdInternalName)
0 commit comments