Closed (fixed)
Project:
Paragraphs
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2014 at 02:16 UTC
Updated:
14 Feb 2015 at 17:29 UTC
Jump to comment: Most recent
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
Comment #1
Yuri commentedComment #2
Yuri commentedComment #3
Yuri commentedComment #4
Yuri commentedI 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
Comment #5
seanbThere is also the replicate and a replicate_paragraphs module:
https://drupal.org/project/replicate
https://drupal.org/project/replicate_paragraphs
Comment #6
jeroen.b commentedI 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.
Comment #7
jeroen.b commentedComment #8
jeroen.b commentedFixed in #2394313