CRM-17191 - ensure Participant list report works with custom Grouping
authorJamie McClelland <jm@mayfirst.org>
Thu, 10 Sep 2015 12:38:48 +0000 (08:38 -0400)
committermonishdeb <monish.deb@webaccessglobal.com>
Fri, 18 Sep 2015 13:37:06 +0000 (19:07 +0530)
commita49d6344407db965af454c7febd8f67acc0b8dda
tree87c4baae913bf079a265bd9103dc46cf85ab97b9
parent5d9e69db8866e86fcdfe99b48e930ff65ef9fee6
CRM-17191 - ensure Participant list report works with custom Grouping

Previously, we got a trace back if a user defined a group by clause.
I've removed what appears to be crufty code that tries to add the
group by fields to an ORDER BY statement - which conflicts with the
existing ORDER BY statement and seems unnecessary. Also, if the user
wants to group by another field, we should not group by the participant
id.
CRM/Report/Form/Event/ParticipantListCount.php