B2022-035: <U-ID> not getting resolved in Auto Table of Contents and procedure titles
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user