TF-3735 Add clearer warning dialog when sending message with Reply-To but no recipients
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -753,8 +753,7 @@ class ComposerController extends BaseController
|
|||||||
void updateStatusEmailSendButton() {
|
void updateStatusEmailSendButton() {
|
||||||
if (listToEmailAddress.isNotEmpty
|
if (listToEmailAddress.isNotEmpty
|
||||||
|| listCcEmailAddress.isNotEmpty
|
|| listCcEmailAddress.isNotEmpty
|
||||||
|| listBccEmailAddress.isNotEmpty
|
|| listBccEmailAddress.isNotEmpty) {
|
||||||
|| listReplyToEmailAddress.isNotEmpty) {
|
|
||||||
isEnableEmailSendButton.value = true;
|
isEnableEmailSendButton.value = true;
|
||||||
} else {
|
} else {
|
||||||
isEnableEmailSendButton.value = false;
|
isEnableEmailSendButton.value = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user