Changed a dialog when closing a core without having SERV sent for DEHAM

This commit is contained in:
Daniel Schick 2024-08-02 15:45:44 +02:00
parent a59daa7a78
commit 47d6d4d073
4 changed files with 5 additions and 5 deletions

View File

@ -131,7 +131,7 @@ namespace ENI2
case "DEHAM":
foreach (Message aMessage in _messages)
{
if ((aMessage.MessageNotificationClass == Message.NotificationClass.SERV) && (aMessage.Elements.Count == 0)) { messageText = "SERV"; return true; }
if ((aMessage.MessageNotificationClass == Message.NotificationClass.SERV) && (aMessage.InternalStatus != Message.BSMDStatus.CONFIRMED)) { messageText = "SERV"; return true; }
}
break;
default:

View File

@ -36,8 +36,8 @@
<MinimumRequiredVersion>5.4.0.0</MinimumRequiredVersion>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.html</WebPage>
<ApplicationRevision>2</ApplicationRevision>
<ApplicationVersion>7.2.3.2</ApplicationVersion>
<ApplicationRevision>3</ApplicationRevision>
<ApplicationVersion>7.2.3.3</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>

View File

@ -4683,7 +4683,7 @@ namespace ENI2.Properties {
}
/// <summary>
/// Looks up a localized string similar to No {0} info given for DEHAM. Close anyway?.
/// Looks up a localized string similar to {0} has not been sent for DEHAM. Close anyway?.
/// </summary>
public static string textSpecialCaseDEHAM {
get {

View File

@ -1901,6 +1901,6 @@
<value>Copy to PASD</value>
</data>
<data name="textSpecialCaseDEHAM" xml:space="preserve">
<value>No {0} info given for DEHAM. Close anyway?</value>
<value>{0} has not been sent for DEHAM. Close anyway?</value>
</data>
</root>