Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
83c73d12
Commit
83c73d12
authored
6 years ago
by
Seamus Lee
Browse files
Options
Downloads
Patches
Plain Diff
joomla#3
CRM-21780 Fix Mailings Receipients box incompatabilites with...
joomla#3
CRM-21780 Fix Mailings Receipients box incompatabilites with certain instances of Joomla
parent
aa31a7a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ang/crmMailing/Recipients.js
+1
-1
1 addition, 1 deletion
ang/crmMailing/Recipients.js
with
1 addition
and
1 deletion
ang/crmMailing/Recipients.js
+
1
−
1
View file @
83c73d12
...
...
@@ -136,7 +136,7 @@
var
gids
=
[];
var
mids
=
[];
for
(
var
i
in
values
)
{
for
(
var
i
=
0
;
i
<
values
.
length
;
i
++
)
{
var
dv
=
convertValueToObj
(
values
[
i
]);
if
(
dv
.
entity_type
==
'
civicrm_group
'
)
{
gids
.
push
(
dv
.
entity_id
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment