Merge pull request #1614 from mailpoet/welcome-email-status

Display number of welcome notification on listings page [MAILPOET-1562]
This commit is contained in:
M. Shull
2018-11-14 07:58:29 -05:00
committed by GitHub
4 changed files with 35 additions and 6 deletions

View File

@ -396,6 +396,7 @@ class Newsletters extends APIEndpoint {
$newsletter
->withOptions()
->withTotalSent()
->withScheduledToBeSent()
->withStatistics();
} else if($newsletter->type === Newsletter::TYPE_NOTIFICATION) {
$newsletter