Mailing.create API - Remove default value 'api.mailing_job.create'=>1
authorTim Otten <totten@civicrm.org>
Mon, 9 Feb 2015 00:03:14 +0000 (16:03 -0800)
committerTim Otten <totten@civicrm.org>
Mon, 9 Feb 2015 13:24:37 +0000 (05:24 -0800)
commit5f44574930fe4863878a05e99a6d2de4fa60daf6
treebf69bda3113d0773d0bec03e7f57982070102552
parent657b8692086986e87ca254a332d04b48d9421010
Mailing.create API - Remove default value 'api.mailing_job.create'=>1

When scheduling a blast, one creates a duplicate job by default (once via
API chaining and once via BAO).  This removes the API chaining one as well
as work-aronds which had been necessary to disable it.

http://forum.civicrm.org/index.php?topic=35567.new;topicseen#new
api/v3/Mailing.php
js/angular-crmMailing/services.js
tests/phpunit/CiviTest/CiviUnitTestCase.php
tests/phpunit/api/v3/JobProcessMailingTest.php
tests/phpunit/api/v3/MailingTest.php