C2019-036 #659

Merged
jjenko merged 2 commits from C2019-036 into Development 2025-11-19 09:05:33 -05:00

View File

@@ -630,7 +630,7 @@ namespace Volian.Controls.Library
if (
(dti != null && dti.MyStepTabPanel.MyStepPanel.VwMode == E_ViewMode.View)
||
(SeparateWindows && (VersionID == 0 || VersionID != myItemInfo.MyDocVersion.VersionID))
(SeparateWindows && VersionID == myItemInfo.MyDocVersion.VersionID)
|| //to handle special case where item will be opened in a separate window
MessageBox.Show(this, message, "Procedure Already Checked Out", MessageBoxButtons.YesNo, MessageBoxIcon.Warning) == DialogResult.Yes)
viewonlymode = true;