Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
workflow
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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-modules
xRM-Platform
workflow
Merge requests
!15
Sales 2028229 init sales module
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sales 2028229 init sales module
sales_2028229_initSalesModule
into
beta
Overview
0
Commits
2
Pipelines
1
Changes
4
Merged
Lukas Werner
requested to merge
sales_2028229_initSalesModule
into
beta
6 months ago
Overview
0
Commits
2
Pipelines
1
Changes
4
Expand
0
0
Merge request reports
Viewing commit
d501ab7f
Prev
Next
Show latest version
4 files
+
35
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
d501ab7f
Removed sales, added workflowContextWhitelist_service
· d501ab7f
Lukas Werner
authored
7 months ago
entity/WorkflowSignal_entity/entityfields/contexts/children/blacklist_param/valueProcess.js
+
9
−
11
Options
import
{
result
}
from
"
@aditosoftware/jdito-types
"
;
import
{
modules
,
result
}
from
"
@aditosoftware/jdito-types
"
;
result
.
object
(
[
let
contexts
=
[
"
Activity
"
,
"
BulkMail
"
,
"
BulkMailRecipient
"
,
"
Campaign
"
,
"
CampaignStep
"
,
"
Contract
"
,
"
DocumentTemplate
"
,
"
Employee
"
,
"
LetterRecipient
"
,
"
Offer
"
,
"
Order
"
,
"
Organisation
"
,
"
Person
"
,
"
Product
"
,
"
Salesproject
"
,
"
SerialLetter
"
,
"
SupportTicket
"
,
"
Task
"
,
"
Advertising
"
,
"
AdvertisingItem
"
]);
\ No newline at end of file
"
Task
"
];
modules
.
loadService
(
"
workflowContextWhitelist_service
"
)
.
forEach
(
implementation
=>
contexts
=
contexts
.
concat
(
implementation
()));
result
.
object
(
contexts
);
\ No newline at end of file
Loading