Details
Description
Please track time for this a record on Bluebird: http://senatedev.senate.state.ny.us/issues/show/3961
---------------
1. When mailing_from OR mailing_to date values are passed to CRM_Mailing_Selector_Browse::whereClause(), the query filters on civicrm_mailing_job.start_date. This means that 'scheduled' mailings are never returned. That function should filter on start_date if job.status = Complete OR Running, AND filter on scheduled_date if job.status = Scheduled.
2. Add 'Mailing Status' filter to the Scheduled and Sent Mailings page search form. 3 checkboxes, all checked by default:
Mailing Status
[x] Scheduled [x] Running [x] Complete