Incorrect image src synced to client site

Created on 12 September 2023, over 1 year ago

Problem/Motivation

When I have 2 different images in a body field, I end up with two identical images after the node is created or updated on a client site.

This occurs when I upload images in CKEditor 5, and the image gets uploaded to the public files directory. On the client site, the path of the first image appears to get overwritten with the path to the second image, resulting in two identical images.

It is just the image src that is being overwritten. The data-entity-uuid and alt text remain correct.

Example markup on Entity Server site:

<p>
  <img src="/sites/default/files/inline-images/first-image.jpg" data-entity-uuid="f9442c18-9aca-4ec8-85fe-4c22446ab6a2" data-entity-type="file" alt="First Image">
</p>

<p>
  <img src="/sites/default/files/inline-images/second-image.jpg" data-entity-uuid="f9661d18-9xda-4cc8-91fe-4c66546ab6a2" data-entity-type="file" alt="Second Image">
</p>

Resulting markup after pull on Entity Client site:

<p>
  <img src="/sites/default/files/inline-images/second-image.jpg" data-entity-uuid="f9442c18-9aca-4ec8-85fe-4c22446ab6a2" data-entity-type="file" alt="First Image">
</p>

<p>
  <img src="/sites/default/files/inline-images/second-image.jpg" data-entity-uuid="f9661d18-9xda-4cc8-91fe-4c66546ab6a2" data-entity-type="file" alt="Second Image">
</p>

Steps to reproduce

Drupal version 10.1.2 (upgraded from D9)
Entity Share 8.x-3.0
PHP 8.1.21

🐛 Bug report
Status

Active

Version

3.0

Component

Entity Share Client

Created by

🇨🇦Canada gocaps

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @gocaps
  • 🇦🇺Australia kobusvw Adelaide

    Have you find any solution or root cause of the issue?

  • 🇩🇪Germany got intermedia

    Hello everyone,

    Thank you for your work on this module and for reporting the issue! We have also reproduced the behavior and can confirm the described errors. Specifically, the following issues occur:

    • When uploading two images, the second image is copied onto the first one, and the first image is not transferred on the file level—only the second image is present.
    • When uploading two images, the second image is copied onto the first one, and the first image is not transferred on the file level—only the second image is present.
    • When three images are uploaded, the issue with images 1 and 2 is reproduced as described, but image 3 is not transferred at all.
    • When four images are uploaded, image 3 is overwritten with image 4, resulting in the outcome: 'Image 1 and 2' = Image 2 and 'Image 3 and 4' = Image 4.
    • When five images are uploaded, the same behavior as with four images occurs, and the fifth image is not transferred. This repeats for additional images.

    Used: Drupal core 10.4.3 / Entity Share 8.x-3.0 / PHP 8.1.27

    Since our customer heavily relies on this module, this behavior causes significant limitations in their workflow. We would kindly ask that this issue be prioritized and fixed. A solution would greatly improve the module's usability and significantly ease our customer's work.

Production build 0.71.5 2024