Skip to content
Snippets Groups Projects
Commit 82b59007 authored by John Voskuilen's avatar John Voskuilen
Browse files

Issue #3520853: Remove redundant call to $transition->setEntityWorkflowField()

parent 323fca5c
No related branches found
No related tags found
No related merge requests found
Pipeline #503930 passed with warnings
......@@ -406,11 +406,9 @@ class WorkflowTransitionElement extends FormElement {
$transition->force($force);
}
// @todo For Scheduled transition, add attached no fields on the form.
$transition = self::copyAttachedFields($transition, $form, $form_state, $values);
// Update targetEntity's itemList with the workflow field in two formats.
$transition->setEntityWorkflowField();
return $transition;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment