- Issue created by @drupaldope
- Status changed to Postponed: needs info
7 months ago 8:47am 7 June 2024 - 🇺🇸United States xjm
Could we confirm whether or not the use of Paragraphs is required to reproduce this, and search for other similar issues in the queue?
If confirmed, this would be critical.
It also seems somewhat related to your report in 🐛 Editing existing translation with set admin language edits wrong translation (data loss) Active , although the precise steps are different.
Thanks!
- 🇫🇮Finland YevKo Espoo
I wasn't able to reproduce the issue following this steps:
Steps to reproduce
- Install Drupal 11.0.1 with the standard profile
- Enable Content Translation
- Install Paragraphs with
composer require drupal/paragraphs
and enable it - Add a language, e.g. Finnish in my case
- Create a paragraph type, e.g. Text
- Create a Pain text field on the paragraph
- Enable translation of the paragraph and it's fields.
- Add a Paragraphs field to the Basic page content type and allow our Text paragraph there
- Create a Basic page in English, save it and click Edit again
- Start creating a Finnish translation in the other tab
- Save the translation. It is getting saved.
- Save an English translation. Saves as well.
- Both translations work well
No Core or paragraph patches used.
I will try to nail down the bug, but it's quite a challenge due to the number of modules I have installed.