ACL - Don't exclude deleted contacts from ACL cache when user has permission to see...
authorColeman Watts <coleman@civicrm.org>
Fri, 22 May 2020 18:45:33 +0000 (14:45 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 22 May 2020 20:50:03 +0000 (16:50 -0400)
commitb3df61d82a5070757d0ad378c04e017f4f6f0bb7
tree5561ee3e04c8c3a42f4a9f2621671f91d61835b7
parent1f84a89e2249937dca82aeb076afc2bb7d7902c9
ACL - Don't exclude deleted contacts from ACL cache when user has permission to see them

Test failures seem to be due to assumptions of the test.
Removed via Hume's guillotine

When the user has 'access deleted contacts' permission, deleted contacts
should not be excluded from the ACL cache.
CRM/ACL/API.php
tests/phpunit/CRM/Contact/BAO/QueryTest.php
tests/phpunit/CRM/Contact/SelectorTest.php