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:
f3170f3
)
CRM-18204, removed extra action for 4.6
author
Pradeep Nayak
<pradpnayak@gmail.com>
Thu, 10 Mar 2016 13:56:41 +0000
(19:26 +0530)
committer
Pradeep Nayak
<pradpnayak@gmail.com>
Thu, 10 Mar 2016 13:56:41 +0000
(19:26 +0530)
----------------------------------------
* CRM-18204: Enables use of Mixed Profile for create mode
https://issues.civicrm.org/jira/browse/CRM-18204
CRM/UF/Page/Group.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/UF/Page/Group.php
b/CRM/UF/Page/Group.php
index b57e5fa81d0a7e86c95e4dbb1edac2192133cbed..37332502085fda708eaa25e47c36226619eacf04 100644
(file)
--- a/
CRM/UF/Page/Group.php
+++ b/
CRM/UF/Page/Group.php
@@
-350,7
+350,6
@@
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;
}