Merge pull request #18838 from eileenmcnaughton/vrenew
[civicrm-core.git] / CRM / Contact / DAO / Group.php
index c6428e5b0ef4b03ad27157625bfeae6de6476e00..b57821d1deb2d727cc540e534ec0ec874798d52a 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/Group.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:25bcea958ed3b88317a2bbb89169b0a6)
+ * (GenCodeChecksum:3648ad60c504d25253ecc5655c629d72)
  */
 
 /**
@@ -37,6 +37,15 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
    */
   public static $_log = TRUE;
 
+  /**
+   * Paths for accessing this entity in the UI.
+   *
+   * @var string[]
+   */
+  protected static $_paths = [
+    'add' => 'civicrm/group/add?reset=1',
+  ];
+
   /**
    * Group ID
    *
@@ -264,7 +273,6 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Group Title'),
           'description' => ts('Name of Group.'),
-          'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'where' => 'civicrm_group.title',