B2023-004 set MyDVI with the current document version when the myRTB setting is changed.
This commit is contained in:
parent
09c74a00ef
commit
7be346b6c8
@ -216,6 +216,9 @@ namespace Volian.Controls.Library
|
|||||||
CurROLink = null;
|
CurROLink = null;
|
||||||
_savCurROLink = null;
|
_savCurROLink = null;
|
||||||
}
|
}
|
||||||
|
// B2023-004 assign the doc version info associated with the current RTB (rich text box)
|
||||||
|
// this fixes an issue where unit designators could not be linked in the step edit (BNPP data)
|
||||||
|
MyDvi = _myRTB.MyItemInfo.MyDocVersion;
|
||||||
|
|
||||||
MyROFST = (_myRTB.MyItemInfo.MyDocVersion.DocVersionAssociationCount > 0) ? _myRTB.MyItemInfo.MyDocVersion.DocVersionAssociations[0].MyROFst : null;
|
MyROFST = (_myRTB.MyItemInfo.MyDocVersion.DocVersionAssociationCount > 0) ? _myRTB.MyItemInfo.MyDocVersion.DocVersionAssociations[0].MyROFst : null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user