TF-858 Add HtmlEditor for message of vacation on web
This commit is contained in:
+2
-1
@@ -23,7 +23,8 @@ extension VacationResponseExtension on VacationResponse {
|
||||
endTime: toDate?.value != null
|
||||
? TimeOfDay.fromDateTime(toDate!.value.toUtc())
|
||||
: null,
|
||||
messageBody: textBody ?? htmlBody,
|
||||
messagePlainText: textBody,
|
||||
messageHtmlText: htmlBody,
|
||||
subject: subject,
|
||||
vacationStopEnabled: toDate != null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user