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() {
|
||||
if (listToEmailAddress.isNotEmpty
|
||||
|| listCcEmailAddress.isNotEmpty
|
||||
|| listBccEmailAddress.isNotEmpty
|
||||
|| listReplyToEmailAddress.isNotEmpty) {
|
||||
|| listBccEmailAddress.isNotEmpty) {
|
||||
isEnableEmailSendButton.value = true;
|
||||
} else {
|
||||
isEnableEmailSendButton.value = false;
|
||||
|
||||
Reference in New Issue
Block a user