Skip to content
Snippets Groups Projects

Issue #3312974: Async translations do not correctly clone the source paragraph

Files
3
@@ -322,6 +322,7 @@ class LayoutParagraphsWidget extends WidgetBase implements ContainerFactoryPlugi
$items[$delta]->entity = $paragraph;
}
}
$this->layoutParagraphsLayout->setParagraphsReferenceField($items);
$this->tempstore->set($this->layoutParagraphsLayout);
}
Loading