diff --git a/ENI2/DetailViewControls/BorderPoliceDetailControl.xaml b/ENI2/DetailViewControls/BorderPoliceDetailControl.xaml index 653d0816..1c06aaa5 100644 --- a/ENI2/DetailViewControls/BorderPoliceDetailControl.xaml +++ b/ENI2/DetailViewControls/BorderPoliceDetailControl.xaml @@ -78,7 +78,7 @@ - + @@ -163,15 +163,15 @@ - + - - + + diff --git a/ENI2/DetailViewControls/BorderPoliceDetailControl.xaml.cs b/ENI2/DetailViewControls/BorderPoliceDetailControl.xaml.cs index f4d28cb6..b3bc701a 100644 --- a/ENI2/DetailViewControls/BorderPoliceDetailControl.xaml.cs +++ b/ENI2/DetailViewControls/BorderPoliceDetailControl.xaml.cs @@ -962,7 +962,7 @@ namespace ENI2.DetailViewControls } if (importPassenger.Count > 0) - { + { this.dataGridPassengerList.Items.Refresh(); this.SublistElementChanged(Message.NotificationClass.PAS); MessageBox.Show(String.Format(Properties.Resources.textPassengerImported, importPassenger.Count), Properties.Resources.textCaptionInformation, MessageBoxButton.OK, MessageBoxImage.Information); diff --git a/ENI2/DetailViewControls/OverViewDetailControl.xaml.cs b/ENI2/DetailViewControls/OverViewDetailControl.xaml.cs index b9e0452c..6738becf 100644 --- a/ENI2/DetailViewControls/OverViewDetailControl.xaml.cs +++ b/ENI2/DetailViewControls/OverViewDetailControl.xaml.cs @@ -461,8 +461,7 @@ namespace ENI2.DetailViewControls DBManager.GetSingleCon(Properties.Settings.Default.ConnectionString).Save(this.Core); // löst auch den Watchdog aus this.OnRequestSendValidation(); this.dataGridMessages.Items.Refresh(); - - + /* if (this.mssd == null) diff --git a/ENI2/DetailViewControls/WasteDetailControl.xaml.cs b/ENI2/DetailViewControls/WasteDetailControl.xaml.cs index 484e87b1..7d1e1890 100644 --- a/ENI2/DetailViewControls/WasteDetailControl.xaml.cs +++ b/ENI2/DetailViewControls/WasteDetailControl.xaml.cs @@ -273,7 +273,7 @@ namespace ENI2.DetailViewControls // are you sure dialog is in base class _selectedWAS_RCPT.WasteReceived.Remove(wasteReceived); DBManager.GetSingleCon(Properties.Settings.Default.ConnectionString).Delete(wasteReceived); - DatabaseEntity.ResetIdentifiers(new List(_wasRcptMessage.Elements)); + DatabaseEntity.ResetIdentifiers(new List(_selectedWAS_RCPT.WasteReceived)); this.SublistElementChanged(Message.NotificationClass.WAS_RCPT); this.dataGridWasteReceived.Items.Refresh(); } diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index 960f325b..81414ef6 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -36,8 +36,8 @@ 5.4.0.0 true publish.html - 10 - 7.0.0.10 + 11 + 7.0.0.11 false true true diff --git a/ENI2/EditControls/EditCREWDialog.xaml b/ENI2/EditControls/EditCREWDialog.xaml index d22fe2f8..f15804ff 100644 --- a/ENI2/EditControls/EditCREWDialog.xaml +++ b/ENI2/EditControls/EditCREWDialog.xaml @@ -34,7 +34,7 @@