projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f5e0ad
)
CRM-16911 - Add title to api field
author
Coleman Watts
<coleman@civicrm.org>
Wed, 20 Apr 2016 19:21:40 +0000
(15:21 -0400)
committer
Coleman 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
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/Mailing.php
b/api/v3/Mailing.php
index 468d358e535317d5039f1f3b26ae3c0f2903f27e..84640a084b8641e962d3cae078ff30bda2dfab6a 100755
(executable)
--- 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';
}
/**