Active
Project:
Quick Node Clone
Version:
8.x-1.22
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2025 at 16:21 UTC
Updated:
13 Jun 2025 at 16:27 UTC
Jump to comment: Most recent
When using a core patch to make layout builder translatable (https://www.drupal.org/project/drupal/issues/3044386) the Quick Node Clone module does not correctly clones translated inline blocks.
Apply the patch to make layout builder translatable
Translate a layout builder page with inline (non-reusable) blocks
Clone the page
On the clones the blocks on all the translations will have the same original language instead of their respective translations.
Probably modifying QuickNodeCloneEntityFormBuilder::cloneInlineBlocks to take into account the newly created layout_builder__translation field introduced by the core patch.
No interface changes necessary.
Comments
Comment #2
wranvaud commentedComment #3
jhedstrom