- Issue created by @Amerie
When content in a group is translated, the join added in the ensureDataTable() function that gets called in QueryAlterBase.php results in duplicated rows because it does not include langcode as a join condition.
At this point, the default language node should have two revisions, and the second language node one revision for a total of three revisions. However, six rows are returned by the view.
I attached a patch that fixed the issue on our site.
Active
3.3
Code