Fix Participant batch update to work with multiple value custom fields
[civicrm-core.git] / CRM / Contribute / Form / Task / Batch.php
index 0036172d98cf4f01079448bdd43853f46aa3ad84..4563e86e503c18760ddfe4a47c1f5e05b41f524d 100644 (file)
@@ -206,6 +206,9 @@ class CRM_Contribute_Form_Task_Batch extends CRM_Contribute_Form_Task {
    */
   public function postProcess() {
     $params = $this->exportValues();
+    // @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 (isset($params['field'])) {
       foreach ($params['field'] as $contributionID => $value) {