CRM-15578 - Fix inconsistent generation of recipient list
authorTim Otten <totten@civicrm.org>
Mon, 24 Nov 2014 09:57:42 +0000 (01:57 -0800)
committerTim Otten <totten@civicrm.org>
Mon, 24 Nov 2014 10:02:51 +0000 (02:02 -0800)
commit7575b840243ffd8fea98ae3ec11ec648c4347abf
tree256461e956ba5ce31f4615c3c0a68965a73f9a40
parent705c61e96e025082fd1a8a5460ac075607481b70
CRM-15578 - Fix inconsistent generation of recipient list

The recipient preview worked well with new mailings but was flaky with saved
mailings.  New mailings relied the api.default for "api.mailing_job.create"
which was not included with existing mailings.  This patch takes explicit
control over "api.mailing_job.create".
js/angular-crmMailing2-services.js
tests/phpunit/api/v3/MailingTest.php