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
e095b23e
Commit
e095b23e
authored
5 years ago
by
S.Listl
Browse files
Options
Downloads
Patches
Plain Diff
Workflow start didn't use filter
parent
7f1d7b45
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/Workflow_lib/process.js
+0
-3
0 additions, 3 deletions
process/Workflow_lib/process.js
with
0 additions
and
3 deletions
process/Workflow_lib/process.js
+
0
−
3
View file @
e095b23e
...
...
@@ -40,10 +40,7 @@ WorkflowUtils.getPossibleWorkflowDefinitions = function (pContext, pAction)
WorkflowUtils
.
openNewInstance
=
function
(
pVariables
,
pTargetId
,
pTargetContext
,
pSelectionFilter
)
{
if
((
!
pTargetId
||
pTargetId
.
length
===
0
)
&&
pSelectionFilter
)
{
pTargetId
=
[];
pSelectionFilter
=
JSON
.
stringify
(
pSelectionFilter
);
}
pVariables
=
WorkflowUtils
.
appendMandatoryVariables
(
pVariables
,
pTargetId
,
pTargetContext
);
...
...
This diff is collapsed.
Click to expand it.
Sebastian Listl
@s.listl
mentioned in commit
610fd359
·
5 years ago
mentioned in commit
610fd359
mentioned in commit 610fd35996d29be09ea29f1afa817e5629a6c807
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