Changed a dialog when closing a core without having SERV sent for DEHAM
This commit is contained in:
parent
a59daa7a78
commit
47d6d4d073
@ -131,7 +131,7 @@ namespace ENI2
|
|||||||
case "DEHAM":
|
case "DEHAM":
|
||||||
foreach (Message aMessage in _messages)
|
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;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
@ -36,8 +36,8 @@
|
|||||||
<MinimumRequiredVersion>5.4.0.0</MinimumRequiredVersion>
|
<MinimumRequiredVersion>5.4.0.0</MinimumRequiredVersion>
|
||||||
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
||||||
<WebPage>publish.html</WebPage>
|
<WebPage>publish.html</WebPage>
|
||||||
<ApplicationRevision>2</ApplicationRevision>
|
<ApplicationRevision>3</ApplicationRevision>
|
||||||
<ApplicationVersion>7.2.3.2</ApplicationVersion>
|
<ApplicationVersion>7.2.3.3</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||||
|
|||||||
2
ENI2/Properties/Resources.Designer.cs
generated
2
ENI2/Properties/Resources.Designer.cs
generated
@ -4683,7 +4683,7 @@ namespace ENI2.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public static string textSpecialCaseDEHAM {
|
public static string textSpecialCaseDEHAM {
|
||||||
get {
|
get {
|
||||||
|
|||||||
@ -1901,6 +1901,6 @@
|
|||||||
<value>Copy to PASD</value>
|
<value>Copy to PASD</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="textSpecialCaseDEHAM" xml:space="preserve">
|
<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>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
Loading…
Reference in New Issue
Block a user