Problem/Motivation

Apologies if this overlaps with #3376216: Translation support, but when you enable the Trash module for Content, I think it will run a virtual (?) view using the TrashViewBuilder service that is created ad-hoc and it will add a relationship to the owner of the content, if the user is a translated entity (I know...) then the Trash listing will add duplicates, we could prevent this by filtering by the default translation as the distinct option will not work on relationships.

Steps to reproduce

Enable translation for a content type and the user, enable trash, delete a content piece.

Proposed resolution

Add a filter to the virtual view.

Issue fork trash-3591559

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

pcambra created an issue. See original summary.

pcambra’s picture

Status: Active » Needs review