File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ ClassMethod AddToSourceControl(InternalName As %String) As %Status
451451 set ec = $$$ADDSC(ec , sc )
452452 }
453453 for i =1 :1 :filenames {
454- set FileInternalName = ##class (SourceControl.Git.Utils ).NameToInternalName (filenames (i ), 0 )
454+ set FileInternalName = ##class (SourceControl.Git.Utils ).NormalizeExtension ( ##class ( SourceControl.Git.Utils ). NameToInternalName (filenames (i ), 0 ) )
455455 set FileType = ##class (SourceControl.Git.Utils ).Type (FileInternalName )
456456
457457 set @..#Storage@(" items" , FileInternalName ) = " "
@@ -836,6 +836,7 @@ ClassMethod IsInSourceControl(InternalName As %String, ByRef sourceControlItem A
836836{
837837 #dim isInSourceControl as %Boolean = 1
838838 set sourceControlItem = " "
839+ set InternalName = ##class (SourceControl.Git.Utils ).NormalizeExtension (InternalName )
839840 if (InternalName = " " ) {
840841 quit 0
841842 }
@@ -1621,3 +1622,4 @@ ClassMethod GetSourceControlInclude() As %String
16211622}
16221623
16231624}
1625+
You can’t perform that action at this time.
0 commit comments