CRM-15578 - crmMailing(AB) - Refine pageflow:
authorTim Otten <totten@civicrm.org>
Fri, 19 Dec 2014 08:27:59 +0000 (00:27 -0800)
committerTim Otten <totten@civicrm.org>
Fri, 19 Dec 2014 08:51:47 +0000 (00:51 -0800)
commitb0797ac3a2860f474a852c40668cc8e3a3ccb3c4
tree1f676627647b30110ad8d3eb690d16a179343cba
parent34f83dd34dd31f4d909a8d36fd451f9b1f2f050a
CRM-15578 - crmMailing(AB) - Refine pageflow:

 * "Submit" => leave('scheduled')
 * "Delete" => leave('unscheduled')
 * "Save" => updateUrl()
 * "Send Test" => updateUrl()

This commit also switches back to managing pageflow from the controller
(rather than calling .then(leave) in the .html).  At the moment, it seems
more useful to have all the different composition screens follow the same
pageflow (rather than allowing them to have different pageflows).
js/angular-crmMailing.js
js/angular-crmMailingAB.js
partials/crmMailing/edit-unified.html
partials/crmMailing/edit-unified2.html
partials/crmMailing/edit-wizard.html
partials/crmMailing/edit.html
partials/crmMailingAB/edit.html