From d2fc450064cc02d2bc3867b351e62db98eb376ae Mon Sep 17 00:00:00 2001 From: colemanw Date: Thu, 20 Jul 2023 13:32:21 -0400 Subject: [PATCH] Metadata - add 'browse' path to LocationType entity --- CRM/Core/DAO/LocationType.php | 3 ++- xml/schema/Core/LocationType.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CRM/Core/DAO/LocationType.php b/CRM/Core/DAO/LocationType.php index feb3ef4782..0c7a38fa00 100644 --- a/CRM/Core/DAO/LocationType.php +++ b/CRM/Core/DAO/LocationType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/LocationType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:64f83ce54ddb0f9cc115a807e773f9cf) + * (GenCodeChecksum:03307d8df09b1e1e9d99234f20faefc5) */ /** @@ -43,6 +43,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO { * @var string[] */ protected static $_paths = [ + 'browse' => 'civicrm/admin/locationType', 'add' => 'civicrm/admin/locationType/edit?action=add&reset=1', 'update' => 'civicrm/admin/locationType/edit?action=update&id=[id]&reset=1', 'delete' => 'civicrm/admin/locationType/edit?action=delete&id=[id]&reset=1', diff --git a/xml/schema/Core/LocationType.xml b/xml/schema/Core/LocationType.xml index 1ee4d17053..63b62fa1aa 100644 --- a/xml/schema/Core/LocationType.xml +++ b/xml/schema/Core/LocationType.xml @@ -7,6 +7,7 @@ 1.1 true + civicrm/admin/locationType civicrm/admin/locationType/edit?action=add&reset=1 civicrm/admin/locationType/edit?action=update&id=[id]&reset=1 civicrm/admin/locationType/edit?action=delete&id=[id]&reset=1 -- 2.25.1