Currently I am working on a multilingual project and noticed the following:
Normally our paragraphs only allow their content to be translated, so no new paragraph items could be added on the translation form. On node edit of the original language everything works fine, but if you add a translation, the paragraph sets widget appears above the paragraphs field. So somebody could swap out all existing content of the original version when selecting a set and saving the node, resulting in data loss. The original language would then hold the paragraphs structure of the translation, but without any content.

As you can see on the screenshots, the widgets already handle the fact correctly, that the (pargraphs_features) actions-drop-down-widget should not appear on the translation form – but unfortunately the paragraphs sets widget appears.

Could you maybe have a look? That would be great!

Comments

ABaier created an issue. See original summary.

  • 05abce2 committed on 8.x-2.x
    #3048270: disable ability to add Paragraphs Sets on translation form...
stborchert’s picture

Status: Active » Needs review

Nice one :)
I've committed some changes so this should not happen anymore.

Please test the latest development version (should be updated in a few hours; or use git).

abaier’s picture

Again, thanks for the quick response! Using the latest commit the Paragraphs Sets widget does not appear on the translation form anymore.

abaier’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

shortspoken’s picture

Sorry I have to request to reopen this, but it seems that it's not working correctly when the paragraph field is used in a taxonomy vocabulary. When adding a translation I can see the `Paragraph Sets` widget, use and save it.