Fix Activity ACL clause generation
authorcolemanw <coleman@civicrm.org>
Sat, 7 Oct 2023 17:30:12 +0000 (13:30 -0400)
committercolemanw <coleman@civicrm.org>
Sat, 7 Oct 2023 19:08:00 +0000 (15:08 -0400)
commit3cbe6baccaf9046255174ffa8575043e735212a5
tree5c0956712118cb4bac20a4e522b278c0bdbf4af3
parent0f18aac2b27827b57121a53597b9833de4bffc54
Fix Activity ACL clause generation

Regression was caused by  918e583a146876fb42932a1d959796fd710b7b74 updating DAO::getSelectWhereClause
but not CRM_Contact_BAO_Query::generatePermissionClause. Turns out the code was being duplicated and
the latter could just call the former.
CRM/Contact/BAO/Query.php