X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FAddress.php;h=242afbe0bdcbb46ef1c2d9b0640fecaac8fa71ca;hb=60d7283dbe5fdc3912a4c78aa5ef24b63deb5c5c;hp=038e544ea71efb6d955b1306dc08891b1b7d0f19;hpb=a314f452504c608d6bb9b26f0b503d851163aa9f;p=civicrm-core.git diff --git a/Civi/Api4/Address.php b/Civi/Api4/Address.php index 038e544ea7..242afbe0bd 100644 --- a/Civi/Api4/Address.php +++ b/Civi/Api4/Address.php @@ -28,6 +28,8 @@ namespace Civi\Api4; * Creating a new address requires at minimum a contact's ID and location type ID * and other attributes (although optional) like street address, city, country etc. * + * @ui_join_filters location_type_id + * * @package Civi\Api4 */ class Address extends Generic\DAOEntity {