File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -2798,6 +2798,14 @@ ClassMethod ConfigureWeb()
2798
2798
if $$$ISERR(st ) do $System .Status .DisplayError (st )
2799
2799
}
2800
2800
2801
+ ClassMethod CompileGitUIs ()
2802
+ {
2803
+ new $namespace
2804
+ set $namespace = " %SYS"
2805
+ set st = ##class (%SYSTEM.CSP ).LoadPageDir (" /isc/studio/usertemplates/gitsourcecontrol/" )
2806
+ if $$$ISERR(st ) do $System .Status .DisplayError (st )
2807
+ }
2808
+
2801
2809
ClassMethod CheckInitialization ()
2802
2810
{
2803
2811
if ##class (SourceControl.Git.Utils ).GitBinExists (.version ) {
@@ -3311,4 +3319,3 @@ ClassMethod IsSchemaStandard(pName As %String = "") As %Boolean [ Internal ]
3311
3319
}
3312
3320
3313
3321
}
3314
-
Original file line number Diff line number Diff line change 30
30
<FileCopy Name =" csp/sync.csp" Target =" ${mgrDir}../devuser/studio/templates/gitsourcecontrol/sync.csp" />
31
31
<FileCopy Name =" git-webui/release/share/git-webui/webui/" Target =" ${mgrDir}../devuser/studio/templates/gitsourcecontrol/" Overlay =" 1" />
32
32
33
+ <Invoke Class =" SourceControl.Git.Utils" Method =" CompileGitUIs" />
33
34
<Invoke Class =" SourceControl.Git.Utils" Method =" OutputConfigureMessage" />
34
35
<Invoke Class =" SourceControl.Git.Utils" Method =" Localize" />
35
36
<Invoke Class =" SourceControl.Git.Utils" Method =" ConfigureWeb" />
You can’t perform that action at this time.
0 commit comments