The retroactive update does not work for translated entities. The original entity is updated correctly, but not the translations for that entity.

Attached patch fixes this by fetching all languages for the site, and updates any existing translations for each entity.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

enzipher created an issue. See original summary.

voleger’s picture

Status: Needs review » Needs work
Issue tags: +Needs reroll

Needs MR

chandansha made their first commit to this issue’s fork.

enzipher’s picture

I had a quick look at this, and it seems the relevant function has been renamed to filefield_paths_batch_update() and deprecated in favor of \Drupal\filefield_paths\Batch\Updater::batchUpdate(). That said, I don't know if translations are now handled correctly with this change or not.

Personally, I don't have any use for this patch at this time, so I will likely not investigate this any further.