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:
7eec731
)
--CRM-18204, remove Create mode, Edit mode, listing mode and HMTL form snippet links...
author
Pradeep Nayak
<pradpnayak@gmail.com>
Thu, 10 Mar 2016 13:49:53 +0000
(19:19 +0530)
committer
Pradeep Nayak
<pradpnayak@gmail.com>
Thu, 10 Mar 2016 13:55:28 +0000
(19:25 +0530)
CRM/UF/Page/Group.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/UF/Page/Group.php
b/CRM/UF/Page/Group.php
index 914622fc2cb442a327379027326d5f9cd439679a..b57e5fa81d0a7e86c95e4dbb1edac2192133cbed 100644
(file)
--- a/
CRM/UF/Page/Group.php
+++ b/
CRM/UF/Page/Group.php
@@
-350,6
+350,9
@@
class CRM_UF_Page_Group extends CRM_Core_Page {
$componentFound = array_diff(array_keys($groupTypes), $contactTypes);
if (!empty($componentFound)) {
$action -= CRM_Core_Action::ADD;
+ $action -= CRM_Core_Action::ADVANCED;
+ $action -= CRM_Core_Action::BASIC;
+ $action -= CRM_Core_Action::PROFILE;
}
$groupTypesString = '';