From fe38c896ece14b024834173614364a8f5a3cb39a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 20 Apr 2016 15:21:40 -0400 Subject: [PATCH] CRM-16911 - Add title to api field ---------------------------------------- * 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v3/Mailing.php b/api/v3/Mailing.php index 468d358e53..84640a084b 100755 --- a/api/v3/Mailing.php +++ b/api/v3/Mailing.php @@ -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'; } /** -- 2.25.1