Skip to content
Snippets Groups Projects
Commit 3d519f53 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch 'm_2001447_adding_empty_campaignstep_bug' into '2021.2.1'

[Projekt: xRM-Marketing][TicketNr.: 2001447][Alle im System enthaltenen...

See merge request xrm/basic!1428
parents e4504056 7d375098
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@ if (bulkMailId)
{
validRecipients = BulkMailUtils.filterNewRecipientsByCondition(bulkMailId, filter.condition, context)
}
else if (context == "CampaignStep")
{
validRecipients = BulkMailUtils.filterNewRecipientsByCondition(bulkMailId, newWhere("CAMPAIGNSTEP.CAMPAIGNSTEPID", pIds, SqlBuilder.IN()), context);
}
else
{
validRecipients = BulkMailUtils.filterNewRecipients(bulkMailId, JSON.parse(vars.get("$field.proposedContactIds")));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment