dev/core#1093 add a bulkSave action for many customFields in one go
[civicrm-core.git] / CRM / Utils / Migrate / Import.php
index 340e10d51a6d154471cea5f5f05a44d0434f820e..590a924c70546468fed9e2ed2e58276052ad4913 100644 (file)
@@ -386,6 +386,7 @@ AND        v.name = %1
 
         // Only rebuild the table's trigger on the last field added to avoid un-necessary
         // and slow rebuilds when adding many fields at the same time.
+        // @todo - call bulkSave instead.
         $triggerRebuild = FALSE;
         if ($count == $total) {
           $triggerRebuild = TRUE;