Problem/Motivation

If there is a paragraph of type entity reference - media and an image is added, the module does not recognise this image and therefore does not allow the image field to be translated.

There must be a translation option for the paragraph images.

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

Bryan Toapanta created an issue. See original summary.

bryan toapanta’s picture

Issue summary: View changes
bryan toapanta’s picture

New functionality patch.

bryan toapanta’s picture

Status: Active » Needs review

lpeidro made their first commit to this issue’s fork.

lpeidro’s picture

I have pushed two commits to the branch "3388624-paragraph-image-not".

With these commits, 3 issues are attempted to be resolved:

  1. the problem of displaying the link to edit the same entity multiple times
  2. preventing entities such as the entity type from being displayed (only entities with edit-form link)
  3. and rescuing entities from paragraphs found at different depths.

In consequence, it will no longer be indicated whether a media, for example, is related to a paragraph or to the node itself. I believe this information is irrelevant, as what matters is the translation of the media itself, which should not be conditioned by the entities it is associated with.

lpeidro’s picture

Assigned: bryan toapanta » Unassigned
sadysierralta’s picture

Assigned: Unassigned » sadysierralta

  • SadySierralta committed b08205fc on 1.0.x
    Issue #3388624 by Bryan Toapanta, lpeidro, SadySierralta: Paragraph...
sadysierralta’s picture

Status: Needs review » Fixed
sadysierralta’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

sadysierralta’s picture

sadysierralta’s picture

I credited https://www.drupal.org/u/crzdev, he took part on the solution.