If the current section is a foldout, then make the Link a remote link since the rest of the procedure is not part of the foldout page.
Import Links from the Foldout PDF.
This commit is contained in:
@@ -954,7 +954,8 @@ namespace Volian.Print.Library
|
||||
{
|
||||
TransitionInfo ti = MyItemInfo.MyContent.ContentTransitions[0];
|
||||
ItemInfo tiDefault = GetDefaultItemInfo(ti.MyItemToID);
|
||||
if (ti.MyItemToID.MyProcedure.ItemID == MyItemInfo.MyProcedure.ItemID)
|
||||
if (ti.MyItemToID.MyProcedure.ItemID == MyItemInfo.MyProcedure.ItemID &&
|
||||
! MyItemInfo.ActiveSection.DisplayNumber.ToUpper().StartsWith("FOLDOUT"))
|
||||
{ // Local Go To
|
||||
if (ti.MyItemToID.MyContent.Type > 19999)
|
||||
foreach (Chunk chk in IParagraph.Chunks)
|
||||
|
Reference in New Issue
Block a user