Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
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
xrm
basic
Commits
e0a999e0
Commit
e0a999e0
authored
5 years ago
by
S.Listl
Browse files
Options
Downloads
Patches
Plain Diff
Bulkmail generation bugfix
parent
40d71212
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
process/Bulkmail_lib/process.js
+1
-1
1 addition, 1 deletion
process/Bulkmail_lib/process.js
with
1 addition
and
1 deletion
process/Bulkmail_lib/process.js
+
1
−
1
View file @
e0a999e0
...
...
@@ -433,7 +433,7 @@ SerialLetterUtils.buildSerialLetter = function (pSerialLetterId, pRecipientIds)
var
contactIds
=
contactIdsSelect
.
table
();
if
(
template
!=
null
){
return
{
content
:
template
.
content
,
content
:
template
.
getSerialLetterByContactIds
(
contactIds
)
,
filename
:
template
.
filename
,
title
:
title
};}
...
...
This diff is collapsed.
Click to expand it.
Sebastian Listl
@s.listl
mentioned in commit
852c647b
·
5 years ago
mentioned in commit
852c647b
mentioned in commit 852c647bc21737be9aa973730350dc09418ca02f
Toggle commit list
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