I'm encountering a bug after duplicating my items in localized collections.
Essentially, the localized versions of the new item (the one resulting from the duplication) are the same as the localized versions from the original page (same meaning same ID, so deleting the localized version on the new page will also delete the version on the old page).
The current bugged behavior:
Page 1 (EN) has localized versions Page 2 (FR) and Page 3 (DE)
After duplicating Page 1: The new Page 4 (EN) has localized versions Page 2 (FR) and Page 3 (DE)
The expected behavior would be to duplicate all localized version and not just the base one, resulting in Page 4 (EN) having localized versions Page 5 (FR) and Page 6 (DE).
This can be very confusing and lead to overwriting valuable content without noticing.
Strapi v4.24.2
I'm encountering a bug after duplicating my items in localized collections.
Essentially, the localized versions of the new item (the one resulting from the duplication) are the same as the localized versions from the original page (same meaning same ID, so deleting the localized version on the new page will also delete the version on the old page).
The current bugged behavior:
The expected behavior would be to duplicate all localized version and not just the base one, resulting in Page 4 (EN) having localized versions Page 5 (FR) and Page 6 (DE).
This can be very confusing and lead to overwriting valuable content without noticing.