projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9115d6
)
Removing legacy handling of selector columns
author
Joseph Lacey
<joseph@palantetech.coop>
Fri, 8 Jan 2016 18:01:45 +0000
(13:01 -0500)
committer
Joseph Lacey
<joseph@palantetech.coop>
Fri, 8 Jan 2016 18:01:45 +0000
(13:01 -0500)
CRM/Group/Page/AJAX.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Group/Page/AJAX.php
b/CRM/Group/Page/AJAX.php
index 47ca4f49ad25c806be4d473f4299d7a74dec88c3..96894203ef2eb58a74b69f00e95d7c497c994bcf 100644
(file)
--- 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