Fix Participant batch update to work with multiple value custom fields
[civicrm-core.git] / CRM / Contact / Form / Task / Batch.php
index 6bd963c127e893f3fd8e433d375cfc2a9bbad841..c9d4fdd821686ff96073ca6d82317c25b659374f 100644 (file)
@@ -217,6 +217,9 @@ class CRM_Contact_Form_Task_Batch extends CRM_Contact_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.
     $ufGroupId = $this->get('ufGroupId');
     $notify = NULL;
     $inValidSubtypeCnt = 0;