APIv4 - Fix getLinks permission checks
authorcolemanw <coleman@civicrm.org>
Thu, 21 Dec 2023 03:29:23 +0000 (22:29 -0500)
committercolemanw <coleman@civicrm.org>
Sun, 24 Dec 2023 00:29:21 +0000 (19:29 -0500)
commit9f638e7fc4a915c6f77acd34f1126364752a0967
tree252de36a30e30a423cdc74a806bb37a2c070a9eb
parent2b6ccebcebd2e48ea184f58bcaaeb0c30784fde1
APIv4 - Fix getLinks permission checks

The getLinks action checks all permissions internally, so should not have any
external gatekeeper checks applied.
Civi/Api4/Event/Subscriber/PermissionCheckSubscriber.php
ext/search_kit/tests/phpunit/api/v4/SearchDisplay/SearchRunTest.php