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

feat: cleared context whitelist in WorkflowSignal_entity

parent 8718a54f
Branches major
No related tags found
1 merge request!21[Projekt: xRM-Marketing][TicketNr.: 2043264][[Modularisierung]...
Pipeline #44884 passed with warnings
import { modules, result } from "@aditosoftware/jdito-types";
let contexts = [
"Activity",
"BulkMail",
"BulkMailRecipient",
"Campaign",
"CampaignStep",
"DocumentTemplate",
"Employee",
"LetterRecipient",
"Organisation",
"Person",
"SerialLetter",
"SupportTicket",
"Task"
];
let contexts = [];
modules.loadService("workflowContextWhitelist_service")
.forEach(implementation => contexts = contexts.concat(implementation()));
......
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