benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
338 stars 205 forks source link

Edited images in Carousel are not included in linked translation #1533

Open gmt-it opened 2 weeks ago

gmt-it commented 2 weeks ago

Bug Report

Prerequisites

Description

If, for example, images in the carousel are adjusted using the editor, the changes are not reflected in the associated translation.

Steps to Reproduce

  1. Create carousel element. (English)
  2. Add image
  3. Create linked translation
  4. Adjust image in English version

Expected behavior

Changes to the images in the English version should also be included in the translated version, because they cannot be changed there.

Actual behavior

The changes in the English version will not be reflected in the linked translation. This applies to all sizes of the image.

Screenshots

English: image

German: image

[If applicable, add screenshots to help explain your problem.]

Versions

Typo3 13.4.0 bootstrap-package: dev-master a04a042

gmt-it commented 2 weeks ago

Nobody seems to have this problem. I have now removed 'l10n_mode' => 'exclude' in tx_bootstrappackage_carousel_item.php for all images.

This way I can at least adapt the images in all languages. That helps for now. It would just be good to know exactly where the problem lies. At the moment the changes to the images in the editor are used in the source language, not in the associated language.