Closed (fixed)
Project:
Translation Management Tool
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2021 at 11:31 UTC
Updated:
9 May 2022 at 12:01 UTC
Jump to comment: Most recent
Comments
Comment #2
eyilmazLooks like a
$query->distinct(TRUE); is missing in ContentEntitySourcePluginUi::buildTranslatableEntitiesQuery
Comment #4
eyilmazcommitted the change and opened Merge request.
Comment #5
johnzzonHad this same issue. Espcecially after applying a filter, I got 1 row in the table but 13 pages.
The MR solved it for me.
Comment #7
berdirClosed #3213377: Content Overview (Content Entity) shows multiple time the same content on different pagination pages. as a duplicate.
Took me a moment to understand this, first thought it's related to translations but then we'd have noticed this earlier. Turns out the problem is with revisions and the somewhat recent change to join the revision data table.
Added test coverage and pushed that to the merge request.
Comment #8
berdirMerged.
Comment #11
sachintyagi99 commentedHi,
I can't see this line($query->distinct();) in latest module "tmgmt 8.x-1.12". Please check.
The below commit(#3202731) is not pushed in the latest version module:
https://git.drupalcode.org/project/tmgmt/-/merge_requests/1/diffs?commit...
Thanks.
Comment #12
berdirThat's now how versions work. This will be part of the next release, existing release are never updated. You can use the patch or the dev version in the meantime.
Comment #13
sachintyagi99 commented@Berdir thanks for the update.
Comment #14
thibmrt commented@Berdir many thanks !