From ca9e22305e711f6846963142a24c796a609bddbf Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Wed, 6 Jun 2018 05:26:18 +0000 Subject: [PATCH] Korrekturpunkte 5.0.9 in Bearbeitung / Zwischenstand --- ENI-2/ENI2/ENI2/DetailRootControl.xaml.cs | 8 +++++++ .../DangerousGoodsDetailControl.xaml | 22 ++++++++++-------- .../DangerousGoodsDetailControl.xaml.cs | 1 + .../PSC72hDetailControl.xaml | 2 +- .../PSC72hDetailControl.xaml.cs | 2 +- ENI-2/ENI2/ENI2/ENI2.csproj | 1 + .../EditPortOfCallLast30DaysDialog.xaml | 10 ++++---- .../EditShip2ShipActivitiesDialog.xaml.cs | 3 ++- Stundensheet.xlsx | Bin 37566 -> 37647 bytes nsw/Source/bsmd.ExcelReadService/Util.cs | 11 +++++++-- nsw/Source/bsmd.database/CREW.cs | 2 +- nsw/Source/bsmd.database/PAS.cs | 2 +- .../Properties/AssemblyProductInfo.cs | 2 +- .../Properties/AssemblyProjectInfo.cs | 2 +- ...vitiesDuringLastTenPortFacilitiesCalled.cs | 7 ++++++ nsw/Source/bsmd.dbh/Request.cs | 6 +++-- nsw/Source/bsmd.hisnord/Request.cs | 6 +++-- 17 files changed, 59 insertions(+), 28 deletions(-) diff --git a/ENI-2/ENI2/ENI2/DetailRootControl.xaml.cs b/ENI-2/ENI2/ENI2/DetailRootControl.xaml.cs index ce6c664b..4fe915b1 100644 --- a/ENI-2/ENI2/ENI2/DetailRootControl.xaml.cs +++ b/ENI-2/ENI2/ENI2/DetailRootControl.xaml.cs @@ -372,6 +372,14 @@ namespace ENI2 message.SaveElements(); } message.IsDirty = false; + + if(message.MessageNotificationClass == Message.NotificationClass.ATA) + { + DetailBaseControl currentControl = this.detailView.Children[0] as DetailBaseControl; + // ggf. hat sich die Ticketnr geändert.. + DBManager.GetSingleCon(Properties.Settings.Default.ConnectionString).Save(currentControl.Core); + } + } } diff --git a/ENI-2/ENI2/ENI2/DetailViewControls/DangerousGoodsDetailControl.xaml b/ENI-2/ENI2/ENI2/DetailViewControls/DangerousGoodsDetailControl.xaml index e350683b..bb022dd7 100644 --- a/ENI-2/ENI2/ENI2/DetailViewControls/DangerousGoodsDetailControl.xaml +++ b/ENI-2/ENI2/ENI2/DetailViewControls/DangerousGoodsDetailControl.xaml @@ -21,20 +21,22 @@ + - + -