CRM-16911 - Add title to api field
authorColeman Watts <coleman@civicrm.org>
Wed, 20 Apr 2016 19:21:40 +0000 (15:21 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 20 Apr 2016 19:21:40 +0000 (15:21 -0400)
----------------------------------------
* CRM-16911: AB reporting takes the total number of open instead of the unique
  https://issues.civicrm.org/jira/browse/CRM-16911

api/v3/Mailing.php

index 468d358e535317d5039f1f3b26ae3c0f2903f27e..84640a084b8641e962d3cae078ff30bda2dfab6a 100755 (executable)
@@ -662,6 +662,7 @@ function _civicrm_api3_mailing_stats_spec(&$params) {
   $params['date']['api.default'] = 'now';
   $params['date']['title'] = 'Date';
   $params['is_distinct']['api.default'] = FALSE;
+  $params['is_distinct']['title'] = 'Is Distinct';
 }
 
 /**