diff --git a/CRM/Contact/DAO/Group.php b/CRM/Contact/DAO/Group.php index b5cb1640a7b5..3a2bf933cbff 100644 --- a/CRM/Contact/DAO/Group.php +++ b/CRM/Contact/DAO/Group.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/Group.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f5efc579d0d67d8922a405a208cf83c3) + * (GenCodeChecksum:b58b83a311a0a9a7cd2350b452d2ca9a) */ /** @@ -51,6 +51,9 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { */ protected static $_paths = [ 'add' => 'civicrm/group/add?reset=1', + 'view' => 'civicrm/group/search?force=1&context=smog&gid=[id]&component_mode=1', + 'update' => 'civicrm/group?reset=1&action=update&id=[id]', + 'delete' => 'civicrm/group?reset=1&action=delete&id=[id]', ]; /** diff --git a/xml/schema/Contact/Group.xml b/xml/schema/Contact/Group.xml index 79708451399d..945c805cf2de 100644 --- a/xml/schema/Contact/Group.xml +++ b/xml/schema/Contact/Group.xml @@ -11,6 +11,9 @@ title civicrm/group/add?reset=1 + civicrm/group/search?force=1&context=smog&gid=[id]&component_mode=1 + civicrm/group?reset=1&action=update&id=[id] + civicrm/group?reset=1&action=delete&id=[id] id