entity_copy_reference
Module for configurable one click node copy/clone creation with options regarding referenced entities.
This module arose from the need to provide an easy way for content managers to copy nodes without having to fiddle with extensive configs.
Although a few modules for copying entities were available none quite fit the bill for what had been requested. Hence the creation of this module.
After installing this module you will be able to access the config form where existing Content Types will be listed. After selecting for which of those you want to make copying available a second page will be presented listing all reference fields on each of the selected types with options for how to treat each reference.
Currently you are given three options:
- Clear all references
- Keep the reference to the same entity as the original
- Duplicate the referenced entity as well
A common example would be paragraphs inside a node, in which case you would want to duplicate the paragraphs on copying a node so as to be able to change the new node's paragraphs without affecting the original.
Currently only supports nodes. Inclusion of other entities is planned starting with taxonomies.
Undergoing code corrections.