Skip to content
Snippets Groups Projects
Commit 28530b98 authored by Eileen's avatar Eileen
Browse files

CRM-13379 fix prev commit - still include emailcommon.js in email form

----------------------------------------
* CRM-13379: Delete mailing from Archived, next page is Find Mailings
  http://issues.civicrm.org/jira/browse/CRM-13379
parent ba933ceb
No related tags found
No related merge requests found
......@@ -121,6 +121,8 @@ class CRM_Contact_Form_Task_EmailCommon {
*
* @access public
*
* @param $form
*
* @return void
*/
static function buildQuickForm(&$form) {
......@@ -271,6 +273,7 @@ class CRM_Contact_Form_Task_EmailCommon {
$form->addFormRule(array('CRM_Contact_Form_Task_EmailCommon', 'formRule'), $form);
CRM_Core_Resources::singleton()->addScriptFile('civicrm', 'templates/CRM/Core/Form.js');
CRM_Core_Resources::singleton()->addScriptFile('civicrm', 'templates/CRM/Contact/Form/Task/EmailCommon.js');
}
/**
......@@ -307,6 +310,8 @@ class CRM_Contact_Form_Task_EmailCommon {
*
* @access public
*
* @param $form
*
* @return None
*/
static function postProcess(&$form) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment