Skip to content

Commit

Permalink
changed name of iris bi
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov committed Apr 3, 2022
1 parent 7f726c4 commit 63638e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/dc/one/Line.cls
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ClassMethod EnableIRISBI()
// enable in a given namespace
do EnableDeepSee^%SYS.cspServer("/csp/namespace/")
// enable in a current namespace
$$$oneirisbion($namespace)
$$$oneenableirisbi($namespace)
do EnableDeepSee^%SYS.cspServer("/csp/"_$$$LOWER($namespace))
}

Expand Down
4 changes: 2 additions & 2 deletions src/dc/one/Line.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ROUTINE dc.one.Line [Type=INC]
#define onessl x "n $namespace set $namespace=""%SYS"", name=""DefaultSSL"" do:'##class(Security.SSLConfigs).Exists(name) ##class(Security.SSLConfigs).Create(name)"
#define onezpm s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")
#define onepercentall x "n $namespace set $namespace=""%SYS"",P(""Globals"")=""%DEFAULTDB"",sc=##class(Config.Namespaces).Create(""%All"",.P)"
#define oneirisbion(%ns) do EnableDeepSee^%SYS.cspServer("/csp/"_$$$LOWER(%ns)_"/")
#define onedeepseeon(%namespace) do EnableDeepSee^%SYS.cspServer("/csp/"_$$$LOWER(%namespace)_"/")
#define oneenableirisbi(%ns) do EnableDeepSee^%SYS.cspServer("/csp/"_$$$LOWER(%ns)_"/")
#define oneenabledeepsee(%namespace) do EnableDeepSee^%SYS.cspServer("/csp/"_$$$LOWER(%namespace)_"/")
#define oneendlesspass X "n $namespace set $namespace=""%SYS"" Do ##class(Security.Users).UnExpireUserPasswords(""*"")"
#define oneexportglobal(%global,%folder) d $System.OBJ.Export(%global_".GBL",%folder_%global_".xml")
#define onekillvar kill zremove
Expand Down

0 comments on commit 63638e0

Please sign in to comment.