diff --git a/ENI2/DetailRootControl.xaml.cs b/ENI2/DetailRootControl.xaml.cs index ecb7c037..0655f344 100644 --- a/ENI2/DetailRootControl.xaml.cs +++ b/ENI2/DetailRootControl.xaml.cs @@ -106,6 +106,20 @@ namespace ENI2 } } + public bool HasCriticalInfoMissing(out string messageText) + { + messageText = ""; + // Hier haben wir Logik für Spezialfälle, z.B. dass für BRE und BRV bestimmte Meldeklassen gesendet werden *müssen* + + if(this.Core.PoC.Equals("DEBRV") || this.Core.PoC.Equals("DEBRE")) + { + + + } + + return false; + } + #endregion #region Construction diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index d04528a1..8c8df448 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -36,8 +36,8 @@ 5.4.0.0 true publish.html - 3 - 7.6.0.%2a + 1 + 7.7.0.%2a false true true @@ -84,7 +84,7 @@ - F2C2D0164244EC89955EF50201EE24C2A300FF0B + 62DE8527C377957850DB503DA52FF66F664BD459 true diff --git a/ENI2/EditControls/EditLADGDialog.xaml b/ENI2/EditControls/EditLADGDialog.xaml index d07ce171..13f89835 100644 --- a/ENI2/EditControls/EditLADGDialog.xaml +++ b/ENI2/EditControls/EditLADGDialog.xaml @@ -35,6 +35,8 @@ Copyright (c) 2017 schick Informatik