Skip to content

Commit

Permalink
[25763] fix email resend issue in agenda web (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksic28 authored and huthomas committed Dec 14, 2023
1 parent 595abbe commit 32baf88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public AppointmentDialog(IAppointment appointment) {
protected Control createContents(Composite parent) {
initializeAppointmentIfNecessary();
detailComposite = new AppointmentDetailComposite(parent, SWT.NONE, appointment);
ContextServiceHolder.get().getRootContext().setNamed("sendMailDialog.taskDescriptor", null);
return super.createContents(parent);
}
@Override
Expand Down

0 comments on commit 32baf88

Please sign in to comment.