TF-3406 Add edit as new email feature
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -570,6 +570,19 @@ class ComposerController extends BaseController
|
||||
);
|
||||
|
||||
switch(arguments.emailActionType) {
|
||||
case EmailActionType.composeFromPresentationEmail:
|
||||
_initEmailAddress(
|
||||
presentationEmail: arguments.presentationEmail!,
|
||||
actionType: EmailActionType.composeFromPresentationEmail
|
||||
);
|
||||
_initSubjectEmail(
|
||||
presentationEmail: arguments.presentationEmail!,
|
||||
actionType: EmailActionType.composeFromPresentationEmail
|
||||
);
|
||||
_getEmailContentOfEmailDrafts(
|
||||
emailId: arguments.presentationEmail!.id!,
|
||||
);
|
||||
break;
|
||||
case EmailActionType.editDraft:
|
||||
_initEmailAddress(
|
||||
presentationEmail: arguments.presentationEmail!,
|
||||
|
||||
Reference in New Issue
Block a user