Only one translation affected when selecting multiple translations of the same content.

Created on 24 April 2025, 20 days ago

Problem/Motivation

When selecting multiple translations of the same content (i.e. sharing an ID), only one translation will be affected, because an array keyed by entity IDs is put into the temp store.

Steps to reproduce

Select multiple translations of the same content
Apply change author action
Only one of the translations is affected, since they all have the same ID

Proposed resolution

Remove the array keys from the temp store variable

🐛 Bug report
Status

Active

Version

1.1

Component

Code

Created by

🇩🇪Germany mcchicken Dresden, Germany

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

Comments & Activities

  • Issue created by @mcchicken
  • 🇩🇪Germany mcchicken Dresden, Germany

    I've went ahead and come up with a patch for this. The entity IDs which are currently used as array keys are never needed, so removing them should fix this issue without otherwise impacting functionality.

Production build 0.71.5 2024