From ae66046d1dd5058c77c02c3eb9232c9ac035c412 Mon Sep 17 00:00:00 2001 From: Joseph Lacey Date: Fri, 8 Jan 2016 13:01:45 -0500 Subject: [PATCH] Removing legacy handling of selector columns --- CRM/Group/Page/AJAX.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CRM/Group/Page/AJAX.php b/CRM/Group/Page/AJAX.php index 47ca4f49ad..96894203ef 100644 --- a/CRM/Group/Page/AJAX.php +++ b/CRM/Group/Page/AJAX.php @@ -86,11 +86,6 @@ class CRM_Group_Page_AJAX { } } - /* - if (empty($params['showOrgInfo'])) { - unset($selectorElements[6]); - } - */ //add setting so this can be tested by unit test //@todo - ideally the portion of this that retrieves the groups should be extracted into a function separate // from the one which deals with web inputs & outputs so we have a properly testable & re-usable function -- 2.25.1