SearchKit - Add links to view multi-record custom data
authorColeman Watts <coleman@civicrm.org>
Thu, 18 Feb 2021 14:16:16 +0000 (09:16 -0500)
committerColeman Watts <coleman@civicrm.org>
Thu, 18 Feb 2021 14:16:16 +0000 (09:16 -0500)
commite8854d685ec44bd959c31cb03d2c962eb7ad4b55
treea3c541239ae428bd7dfcfef8879d55adffb11ca9
parentb5145c150ebc5ea20fd2c8cd8ba128dff0c6d74f
SearchKit - Add links to view multi-record custom data

Ideally custom entities would have a full set of CRUD links, but the form code is a bizarre mess
and requires a bunch of extra url params that have to be calcultated when constructing the links.

Just getting the VIEW link was difficult because I had to remove the requirement of passing CID
& teach the form to look it up.
CRM/Contact/Page/View/CustomData.php
Civi/Api4/Action/Entity/Get.php