Skip to content
Snippets Groups Projects
Commit aa0510a6 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Merge branch '#1063408-FixBulkmail' into '2020.2.0'

#1063408-FixBulkmail neon.refresh entfernt

See merge request xrm/basic!418
parents 1b30aa26 51559319
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,6 @@ if (template && template.content && BulkMailUtils.isValidTemplateType(template.t
template.filename = bulkMailName + ".html";
SingleBinaryUtils.set("BULKMAIL", "DOCUMENT", vars.get("$local.uid"), template.content, template.filename);
neon.refresh(["$field.content"]);
}
WorkflowSignalSender.updated();
\ No newline at end of file
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