File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
- Studio export path doesn't get weird mixed slahes on Windows (#252 )
17
17
- Fixed bug with adding mappings through the Settings page (#270 )
18
18
- Pulling add/delete of multiple non-IRIS files no longer causes error (#273 )
19
+ - Reset SourceControlClass during module uninstall to prevent "Class does not exist error" (#285 )
19
20
20
21
## [ 2.2.0] - 2023-06-05
21
22
Original file line number Diff line number Diff line change @@ -1995,4 +1995,9 @@ ClassMethod SetDefaultMappings(mappingsNode As %String)
1995
1995
set @mappingsNode @(" MAC" ," *" )=" rtn/"
1996
1996
}
1997
1997
1998
+ ClassMethod ResetSourceControlClass ()
1999
+ {
2000
+ do ##class (%Studio.SourceControl.Interface ).SourceControlClassSet (" " )
2001
+ }
2002
+
1998
2003
}
Original file line number Diff line number Diff line change 33
33
<Invoke Class =" SourceControl.Git.Utils" Method =" Localize" />
34
34
<Invoke Class =" SourceControl.Git.Utils" Method =" ConfigureWeb" />
35
35
<Invoke Class =" SourceControl.Git.Utils" Method =" CheckInitialization" />
36
+
37
+ <Invoke Class =" SourceControl.Git.Utils" Method =" ResetSourceControlClass" Phase =" Unconfigure" />
36
38
</Module >
37
39
</Document >
38
40
</Export >
You can’t perform that action at this time.
0 commit comments