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))
|
(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 && (
|
||||||
@ -102,7 +101,7 @@ namespace ENI2.EditControls
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
this.checkListBoxClasses.ItemsSource = _selectClasses;
|
this.checkListBoxClasses.ItemsSource = _selectClasses;
|
||||||
this.OKClicked += SelectImportClassesDialog_OKClicked;
|
this.OKClicked += SelectImportClassesDialog_OKClicked;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user