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

Issue #3538014: Read WorkflowTransitions per Entity Revision

parent 9a96cade
No related branches found
No related tags found
No related merge requests found
Pipeline #557084 passed with warnings
......@@ -602,7 +602,7 @@ class WorkflowTransition extends ContentEntityBase implements WorkflowTransition
$query->condition('entity_id', $entity_ids, 'IN');
}
if (!empty($revision_ids)) {
$query->condition('revision_id', $entity_ids, 'IN');
$query->condition('revision_id', $revision_ids, 'IN');
}
if ($field_name != '') {
$query->condition('field_name', $field_name, '=');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment