Always leave out ATA/ATD from send all dialog
This commit is contained in:
parent
ad2f7afd16
commit
ce97aeca27
@ -69,13 +69,12 @@ namespace ENI2.EditControls
|
||||
(aMessage.MessageNotificationClass == Message.NotificationClass.STO))
|
||||
continue;
|
||||
|
||||
// these are never imported but may be sent
|
||||
if (IsImportMode)
|
||||
{
|
||||
// these are neither imported nor sent by the Send all function
|
||||
|
||||
if ((aMessage.MessageNotificationClass == Message.NotificationClass.ATA) ||
|
||||
(aMessage.MessageNotificationClass == Message.NotificationClass.ATD))
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
// filter out messages not relevant for transit
|
||||
if (IsTransit && (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user