Remove bulk option to resend confirmation emails

[MAILPOET-2315]
This commit is contained in:
Ján Mikláš
2019-09-02 16:52:12 +02:00
committed by Jack Kitterhing
parent f41f7f5138
commit e8253ad94e
4 changed files with 0 additions and 46 deletions

View File

@@ -208,16 +208,6 @@ const bulkActions = [
);
},
},
{
name: 'sendConfirmationEmail',
label: MailPoet.I18n.t('resendConfirmationEmail'),
onSuccess: function onSuccess(response) {
MailPoet.Notice.success(
MailPoet.I18n.t('multipleConfirmationEmailsSent')
.replace('%$1d', (Number(response.meta.count)).toLocaleString())
);
},
},
{
name: 'trash',
label: MailPoet.I18n.t('moveToTrash'),