Is it possible to clone nodes between content types (that have identical field configuration)?

Comments

plato1123 created an issue. See original summary.

madhukar k’s picture

Hey @plato1123. Did you check on the Entity Clone module ?

frob’s picture

Isn't this the entity clone module?

deaom’s picture

As far as I'm aware, this is not possible. The cloned entity type is "cloned" from the original, so you can't clone article into page as the code does not change content type.

mortona2k’s picture

Category: Support request » Feature request

Perhaps this is a feature request?

Changing bundles programmatically is easy. Load the entity, set the type, save.

The hard part is that fields may be different, and there is no way to map values (yet).

Also, what to do with revisions? (for changed bundles, cloning won't have this problem).