put description back
authordemeritcowboy <demeritcowboy@hotmail.com>
Fri, 10 Jul 2020 20:47:52 +0000 (16:47 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Fri, 10 Jul 2020 22:00:35 +0000 (18:00 -0400)
CRM/Core/BAO/UFGroup.php

index c87c428f7f33335ad63e6dab6e5229d3c95a9888..691fec6709f94ef920a626f7bd81fd96e4ba5172 100644 (file)
@@ -1663,7 +1663,7 @@ AND    ( entity_id IS NULL OR entity_id <= 0 )
    *   array of ufgroups for a module
    */
   public static function getModuleUFGroup($moduleName = NULL, $count = 0, $skipPermission = TRUE, $op = CRM_Core_Permission::VIEW, $returnFields = NULL) {
-    $selectFields = ['id', 'title', 'created_id', 'is_active', 'is_reserved', 'group_type'];
+    $selectFields = ['id', 'title', 'created_id', 'is_active', 'is_reserved', 'group_type', 'description'];
 
     if (CRM_Core_BAO_SchemaHandler::checkIfFieldExists('civicrm_uf_group', 'frontend_title')) {
       $selectFields[] = 'frontend_title';