B2022-035: <U-ID> not getting resolved in Auto Table of Contents and procedure titles

This commit is contained in:
2022-03-17 10:37:31 +00:00
parent 05610f12e7
commit d053ee5092
3 changed files with 31 additions and 23 deletions

View File

@@ -1789,6 +1789,8 @@ i = 0;
else
{
if (section.ActiveFormat.PlantFormat.FormatData.ProcData.CapitalizeTitle) title = title.ToUpper();
// B2022-035: resolve unit specific designators
if (title.ToUpper().Contains(@"<U")) title = VEPROMS.CSLA.Library.DisplayText.ResolveUnitSpecific(section.MyDocVersion, title);
plstr = SplitTitle(svgGroup, pageItem, title, (int)linelen, token, plstr, null); //,rowAdj);
}
break;