From 9865c956ac508c1a5958918822c2b19a76d9451c Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 13 May 2014 09:25:47 -0700 Subject: [PATCH] CRM-14682 - add link to Profile-Listings Mode ---------------------------------------- * CRM-14682: https://issues.civicrm.org/jira/browse/CRM-14682 --- CRM/UF/Page/Group.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CRM/UF/Page/Group.php b/CRM/UF/Page/Group.php index 3437297b4c..8d3c3c5e27 100644 --- a/CRM/UF/Page/Group.php +++ b/CRM/UF/Page/Group.php @@ -89,6 +89,13 @@ class CRM_UF_Page_Group extends CRM_Core_Page { 'title' => ts('Use Profile-Create Mode'), 'fe' => true, ), + CRM_Core_Action::BASIC => array( + 'name' => ts('Use Profile-Listings Mode'), + 'url' => 'civicrm/profile', + 'qs' => 'gid=%%id%%&reset=1', + 'title' => ts('Use Profile-Listings Mode'), + 'fe' => true, + ), CRM_Core_Action::DISABLE => array( 'name' => ts('Disable'), 'ref' => 'crm-enable-disable', -- 2.25.1