Fix Participant batch update to work with multiple value custom fields
[civicrm-core.git] / CRM / Activity / Form / Task / Batch.php
index faeef857005b655366275e14b1818fd051f2e78b..dfb0ae0034519f82f7384db87079d41d30e6d062 100644 (file)
@@ -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'])
         ) {