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:
c192fbe
)
CRM-14143 - Fix group selector display when showOrgInfo is true - multi-site enabled.
author
Dave Greenberg
<dave@civicrm.org>
Wed, 29 Jan 2014 01:44:38 +0000
(17:44 -0800)
committer
Dave Greenberg
<dave@civicrm.org>
Wed, 29 Jan 2014 01:44:38 +0000
(17:44 -0800)
----------------------------------------
* CRM-14143: Sub-group display off when multi-site enabled
http://issues.civicrm.org/jira/browse/CRM-14143
templates/CRM/Group/Form/Search.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Group/Form/Search.tpl
b/templates/CRM/Group/Form/Search.tpl
index e3d2e46f8267401e31d18678060c970ac0ea6540..0eccd0934301d8c02bd50a14f7dc03d764d55c6f 100644
(file)
--- a/
templates/CRM/Group/Form/Search.tpl
+++ b/
templates/CRM/Group/Form/Search.tpl
@@
-289,6
+289,9
@@
function showChildren( parent_id, showOrgInfo, group_id, levelClass) {
}
appendHTML += "<td>" + val.group_type + "</td>";
appendHTML += "<td>" + val.visibility + "</td>";
+ if (showOrgInfo) {
+ appendHTML += "<td>" + val.org_info + "</td>";
+ }
appendHTML += "<td>" + val.links + "</td>";
appendHTML += "</tr>";
});