Skip to content

Commit

Permalink
fix uppercase CLS
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-etamarch committed Nov 11, 2024
1 parent 1a55cc8 commit 82e1444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cls/SourceControl/Git/Utils.cls
Original file line number Diff line number Diff line change
Expand Up @@ -2504,6 +2504,7 @@ ClassMethod NameToInternalName(Name, IgnorePercent = 1, IgnoreNonexistent = 1, V
if (InternalName="") {
//take our best guess based on the document extension mapped to that subdirectory
set nam=$piece(nam,".",1,*-1)
set fileExt = $ZCONVERT(fileExt, "l")
if (fileExt = "cls" || fileExt = "rtn" || fileExt = "inc") {
set nam=$replace(nam, ..PercentClassReplace(), "%")
}
Expand Down

0 comments on commit 82e1444

Please sign in to comment.