Always leave out ATA/ATD from send all dialog

This commit is contained in:
Daniel Schick 2025-07-30 17:11:05 +02:00
parent ad2f7afd16
commit ce97aeca27

View File

@ -69,13 +69,12 @@ namespace ENI2.EditControls
(aMessage.MessageNotificationClass == Message.NotificationClass.STO)) (aMessage.MessageNotificationClass == Message.NotificationClass.STO))
continue; continue;
// these are never imported but may be sent // these are neither imported nor sent by the Send all function
if (IsImportMode)
{
if ((aMessage.MessageNotificationClass == Message.NotificationClass.ATA) || if ((aMessage.MessageNotificationClass == Message.NotificationClass.ATA) ||
(aMessage.MessageNotificationClass == Message.NotificationClass.ATD)) (aMessage.MessageNotificationClass == Message.NotificationClass.ATD))
continue; continue;
}
// filter out messages not relevant for transit // filter out messages not relevant for transit
if (IsTransit && ( if (IsTransit && (