Check-out Library Document that is not associated to a specific section. Prior to this fix, the MSWord window would open briefly and the close again, because the Document was not "Checked out". Since there was no ownership record, the next time SessionPing was run, the window would be immediately closed.
This commit is contained in:
parent
051b445f23
commit
c386153d06
@ -159,7 +159,8 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
public DisplayTabItem(IContainer container, DisplayTabControl myDisplayTabControl, DocumentInfo myDocumentInfo, string myKey)
|
||||
{
|
||||
_MyKey = myKey;
|
||||
OwnerID = myDisplayTabControl.MySessionInfo.CheckOutItem(myDocumentInfo.DocID, CheckOutType.Document);
|
||||
_MyKey = myKey;
|
||||
_MyDisplayTabControl = myDisplayTabControl;
|
||||
_MyDocumentInfo = myDocumentInfo;
|
||||
container.Add(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user