Issue experienced with a customer:
Running Import All would delete SourceControl.Git.Utils class, thus breaking the source control extension.
Immediate cause was ^SYS("SourceControl","Git","TSH","SourceControl.Git.Utils.CLS") global subnode was set, and workaround was to kill it. Not entirely sure why they were set.
The bug here is that Import All should never be deleting things if they are from a package manager context.
Issue experienced with a customer:
Running Import All would delete SourceControl.Git.Utils class, thus breaking the source control extension.
Immediate cause was
^SYS("SourceControl","Git","TSH","SourceControl.Git.Utils.CLS")global subnode was set, and workaround was to kill it. Not entirely sure why they were set.The bug here is that Import All should never be deleting things if they are from a package manager context.