X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FActivity%2FForm%2FTask%2FBatch.php;h=dfb0ae0034519f82f7384db87079d41d30e6d062;hb=3eb99314865180cc839aa99b70c140990ee0a013;hp=faeef857005b655366275e14b1818fd051f2e78b;hpb=edae2a2c7bc01f231eb72a9f385d133d757c1bec;p=civicrm-core.git diff --git a/CRM/Activity/Form/Task/Batch.php b/CRM/Activity/Form/Task/Batch.php index faeef85700..dfb0ae0034 100644 --- a/CRM/Activity/Form/Task/Batch.php +++ b/CRM/Activity/Form/Task/Batch.php @@ -242,6 +242,9 @@ class CRM_Activity_Form_Task_Batch extends CRM_Activity_Form_Task { $activityId = civicrm_api3('activity', 'create', $value); // @todo this would be done by the api call above if the parames were passed through. + // @todo extract submit functions & + // extend CRM_Event_Form_Task_BatchTest::testSubmit with a data provider to test + // handling of custom data, specifically checkbox fields. if (!empty($value['custom']) && is_array($value['custom']) ) {