Development #450

Merged
djankowski merged 62 commits from Development into master 2024-10-31 09:12:00 -04:00
Showing only changes of commit 1d3dac0e51 - Show all commits

View File

@ -1676,7 +1676,8 @@ namespace VEPROMS
{ {
// B2018-091 Allow PROMS to close if only MSWord sections have been opened. // B2018-091 Allow PROMS to close if only MSWord sections have been opened.
// B2019-071 we will now close one or all of the tabs (even step editor ones) // B2019-071 we will now close one or all of the tabs (even step editor ones)
if (_WeAreExitingPROMS)
{
string DisplayTabID = ""; string DisplayTabID = "";
int pos; int pos;
int TabItemID; int TabItemID;
@ -1694,6 +1695,7 @@ namespace VEPROMS
//tc.SelectedDisplayTabItem.MyStepTabPanel.ToString() //tc.SelectedDisplayTabItem.MyStepTabPanel.ToString()
VEPROMS.CSLA.Library.Item.AddDisplayTabsState(TabItemID, DisplayTabID, DisplayTabName, MySessionInfo.UserID, cnt); VEPROMS.CSLA.Library.Item.AddDisplayTabsState(TabItemID, DisplayTabID, DisplayTabName, MySessionInfo.UserID, cnt);
} }
}
int n = tc._MyDisplayTabItems.Count; int n = tc._MyDisplayTabItems.Count;