From dd0f3cee44758a67fa4226a093dc5722e9cab8a1 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 22 Aug 2014 20:42:08 +1200 Subject: [PATCH] Declare data on batch metadate (even though something fishy about that field --- api/v3/Batch.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v3/Batch.php b/api/v3/Batch.php index 93af82e0cc..a04c2a2f8b 100644 --- a/api/v3/Batch.php +++ b/api/v3/Batch.php @@ -61,6 +61,7 @@ function _civicrm_api3_batch_create_spec(&$params) { // it is actually required) $params['entity_table']['api.default'] = "civicrm_batch"; $params['entity_table']['type'] = CRM_Utils_Type::T_STRING; + $params['entity_table']['title'] = 'Batch Entity Table - remove?'; $params['modified_date']['api.default'] = "now"; $params['status_id']['api.required'] = 1; -- 2.25.1