File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Fixed
1111- Fixed Import All deploying changes to files in a CSP application (#828 )
1212- Fixed pull failure when deleted items have no internal or external name (#848 )
13+ - Fixed an error where source control pages do not display after installing on IRIS 2025.1 (#852 )
1314
1415## [ 2.13.0] - 2025-08-20
1516
Original file line number Diff line number Diff line change @@ -2798,6 +2798,14 @@ ClassMethod ConfigureWeb()
27982798 if $$$ISERR(st ) do $System .Status .DisplayError (st )
27992799}
28002800
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+
28012809ClassMethod CheckInitialization ()
28022810{
28032811 if ##class (SourceControl.Git.Utils ).GitBinExists (.version ) {
@@ -3311,4 +3319,3 @@ ClassMethod IsSchemaStandard(pName As %String = "") As %Boolean [ Internal ]
33113319}
33123320
33133321}
3314-
Original file line number Diff line number Diff line change 3030 <FileCopy Name =" csp/sync.csp" Target =" ${mgrDir}../devuser/studio/templates/gitsourcecontrol/sync.csp" />
3131 <FileCopy Name =" git-webui/release/share/git-webui/webui/" Target =" ${mgrDir}../devuser/studio/templates/gitsourcecontrol/" Overlay =" 1" />
3232
33+ <Invoke Class =" SourceControl.Git.Utils" Method =" CompileGitUIs" />
3334 <Invoke Class =" SourceControl.Git.Utils" Method =" OutputConfigureMessage" />
3435 <Invoke Class =" SourceControl.Git.Utils" Method =" Localize" />
3536 <Invoke Class =" SourceControl.Git.Utils" Method =" ConfigureWeb" />
You can’t perform that action at this time.
0 commit comments