Compare commits
2 Commits
11904e177b
...
4bac1a4628
Author | SHA1 | Date | |
---|---|---|---|
4bac1a4628 | |||
2cf164c445 |
@ -1251,6 +1251,9 @@ namespace ROEditor
|
|||||||
{
|
{
|
||||||
tbMenuVal.Text = tbMenuVal.Text.Replace($"<{origname}>", $"<{newname}>");
|
tbMenuVal.Text = tbMenuVal.Text.Replace($"<{origname}>", $"<{newname}>");
|
||||||
tbRetVal.Text = tbRetVal.Text.Replace($"<{origname}>", $"<{newname}>");
|
tbRetVal.Text = tbRetVal.Text.Replace($"<{origname}>", $"<{newname}>");
|
||||||
|
//CSM-C2024-035 This is needed for items like Setpoint Value that may have commas with field lengths in them
|
||||||
|
tbMenuVal.Text = tbMenuVal.Text.Replace($"<{origname},", $"<{newname},");
|
||||||
|
tbRetVal.Text = tbRetVal.Text.Replace($"<{origname},", $"<{newname},");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user