diff --git a/src/BreCalClient/EditTimesAgencyIncomingControl.xaml.cs b/src/BreCalClient/EditTimesAgencyIncomingControl.xaml.cs index 3945882..093e20f 100644 --- a/src/BreCalClient/EditTimesAgencyIncomingControl.xaml.cs +++ b/src/BreCalClient/EditTimesAgencyIncomingControl.xaml.cs @@ -46,7 +46,8 @@ namespace BreCalClient this.comboBoxArrivalBerth.ItemsSource = BreCalLists.Berths; this.CopyToControls(); - + + this.Title = this.ShipcallModel.Title; Participant? p = null; if(this.ShipcallModel.AssignedParticipants.ContainsKey(ParticipantType.AGENCY)) diff --git a/src/BreCalClient/EditTimesAgencyOutgoingControl.xaml.cs b/src/BreCalClient/EditTimesAgencyOutgoingControl.xaml.cs index 652346e..f0369b0 100644 --- a/src/BreCalClient/EditTimesAgencyOutgoingControl.xaml.cs +++ b/src/BreCalClient/EditTimesAgencyOutgoingControl.xaml.cs @@ -46,6 +46,8 @@ namespace BreCalClient this.comboBoxDepartureBerth.ItemsSource = BreCalLists.Berths; this.CopyToControls(); + this.Title = this.ShipcallModel.Title; + Participant? p = null; if (this.ShipcallModel.AssignedParticipants.ContainsKey(ParticipantType.AGENCY)) p = BreCalLists.Participants.Find(x => x.Id == this.ShipcallModel.AssignedParticipants[ParticipantType.AGENCY].ParticipantId); diff --git a/src/BreCalClient/EditTimesAgencyShiftingControl.xaml.cs b/src/BreCalClient/EditTimesAgencyShiftingControl.xaml.cs index 86b5dfb..adea08e 100644 --- a/src/BreCalClient/EditTimesAgencyShiftingControl.xaml.cs +++ b/src/BreCalClient/EditTimesAgencyShiftingControl.xaml.cs @@ -47,6 +47,8 @@ namespace BreCalClient this.comboBoxArrivalBerth.ItemsSource = BreCalLists.Berths; this.CopyToControls(); + this.Title = this.ShipcallModel.Title; + Participant? p = null; if (this.ShipcallModel.AssignedParticipants.ContainsKey(ParticipantType.AGENCY)) p = BreCalLists.Participants.Find(x => x.Id == this.ShipcallModel.AssignedParticipants[ParticipantType.AGENCY].ParticipantId); diff --git a/src/BreCalClient/EditTimesControl.xaml b/src/BreCalClient/EditTimesControl.xaml index 01a78c9..41fb072 100644 --- a/src/BreCalClient/EditTimesControl.xaml +++ b/src/BreCalClient/EditTimesControl.xaml @@ -13,7 +13,7 @@ - + @@ -24,7 +24,7 @@ -