The rules clone action clones the node but doesn't clone the paragraphs in it, The cloned module includes the same paragraphs as the original.

Comments

Yuri’s picture

Title: Paragraph module does not work well with Rules even 'before saving content' » Paragraph module does not work well with Rules event 'before saving content'
Yuri’s picture

Title: Paragraph module does not work well with Rules event 'before saving content' » Paragraph module does not work well with Rules Clone
Issue summary: View changes
Yuri’s picture

Title: Paragraph module does not work well with Rules Clone » Paragraph module does not work well with Node clone module
Yuri’s picture

I see that Field Collection also had this problem and made a separate module to make cloning of field collections possible.
Please consider the same approach for Paragraphs. Very much needed.
See the field collection node clone module: https://drupal.org/project/field_collection_node_clone

seanb’s picture

There is also the replicate and a replicate_paragraphs module:
https://drupal.org/project/replicate
https://drupal.org/project/replicate_paragraphs

jeroen.b’s picture

I think any module that uses a field to reference to another entity has this problem.
I still think this problem should be fixed in entity/field API, it's kind of the same problem as we have with translation (translation clones the node, but not the embedded entities).

Currently I suggest using the module in the comment above until we have a viable solution.

jeroen.b’s picture

Status: Active » Closed (won't fix)
jeroen.b’s picture

Status: Closed (won't fix) » Closed (fixed)
Related issues: +#2394313: Paragraphs data loss with Node Clone module

Fixed in #2394313