Fixed bug where index would not be read correctly
This commit is contained in:
parent
d1c131c52b
commit
b7f0108f52
@ -579,10 +579,12 @@ namespace ENI2
|
|||||||
if (currentControl is OverViewDetailControl)
|
if (currentControl is OverViewDetailControl)
|
||||||
{
|
{
|
||||||
// ggf. hat sich die Ticketnr geändert..
|
// ggf. hat sich die Ticketnr geändert..
|
||||||
DBManager.GetSingleCon(Properties.Settings.Default.ConnectionString).Save(currentControl.Core);
|
DBManager.GetSingleCon(Properties.Settings.Default.ConnectionString).Save(currentControl.Core);
|
||||||
currentMainTabIndex = currentControl.SelectedTabIndex;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
currentMainTabIndex = currentControl.SelectedTabIndex;
|
||||||
|
Trace.WriteLine($"Last selected tab index: {currentMainTabIndex}");
|
||||||
|
|
||||||
this.buttonSaveAll.Visibility = Visibility.Hidden;
|
this.buttonSaveAll.Visibility = Visibility.Hidden;
|
||||||
this.buttonSave.Visibility = Visibility.Hidden;
|
this.buttonSave.Visibility = Visibility.Hidden;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user