Creating Target List from Campaign Log not working in php7

creating a target list from the log bug fix(for mysql 5.7+)
This commit is contained in:
tanyalei
2017-02-20 14:59:02 +02:00
committed by yuri
parent 2044a87630
commit 7d8736b98c
@@ -112,7 +112,7 @@ class TargetList extends \Espo\Services\Record
$selectParams['whereClause'][] = array(
'action=' => $includingActionList
);
$selectParams['groupBy'] = ['parentId', 'parentType'];
$selectParams['groupBy'] = ['parentId', 'parentType', 'id'];
$notSelectParams['whereClause'][] = array(
'action=' => $excludingActionList