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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user