Issue #3512904: Move match on entity_type from where clause to join statement in d7...
Move match on entity_type from where clause to join statement in d7 migration NodeComplete source plugin query.
Fixes a bug where valid revisions can be excluded from migration when the join statement on table entity_translation_revision matches with a row from another entity_type than node.
Closes #3512904