B2025-046 / B2025-043 / B2024-082 – Remember Tabs Changes

This commit is contained in:
2025-09-30 08:31:40 -04:00
parent 470f4a770b
commit 44d85b842c
2 changed files with 10 additions and 7 deletions

View File

@@ -603,7 +603,8 @@ namespace Volian.Controls.Library
{
ItemInfo myItemInfo = myItemInfo2;
if (myItemInfo.MyDocVersion == null) // bug fix: B2016-108 disconnected data will not have a MyDocVersion
//B2025-046 Remember Tabs failing when swapping versions of PROMS
if (myItemInfo?.MyDocVersion == null) // bug fix: B2016-108 disconnected data will not have a MyDocVersion
{
FlexibleMessageBox.Show(this, "Possible disconnected item", "Item Not Found");
return null;