|
@@ -142,7 +142,7 @@ |
|
|
block discarded – undo |
|
142
|
142
|
|
|
143
|
143
|
if (RunWorkflowParam::WORKFLOW_RUN_TYPE_DO_ACTION === $runType && null === $workflowName) { |
|
144
|
144
|
$event = $this->resolveEntryIdEventFactory(); |
|
145
|
|
- $resolveEntryIdResults = $this->getEventManager()->trigger(ResolveEntryIdEventInterface::RESOLVE_ENTRY_ID_EVENT, $event, function ($item) { |
|
|
145
|
+ $resolveEntryIdResults = $this->getEventManager()->trigger(ResolveEntryIdEventInterface::RESOLVE_ENTRY_ID_EVENT, $event, function($item) { |
|
146
|
146
|
return is_numeric($item); |
|
147
|
147
|
}); |
|
148
|
148
|
$resolveEntryIdResult = $resolveEntryIdResults->last(); |
Please login to merge, or discard this patch.