- 🇬🇧United Kingdom jonathanshaw Stroud, UK
Closing as a duplicate of ✨ Add PRE_CLONE/POST_CLONE event dispatch handling to sub referenced entities Needs work and moving the test to there. Will ask maintainer to transfer credit to.
We have altered the cloning form (entity_clone_form
), adding some extra parameters (in our case the entity clone language).
We can use these extra settings during clone using EntityCloneEvents::PRE_CLONE
or EntityCloneEvents::POST_CLONE
.
But these events are dispatched only when the first node is cloned. Child nodes which are cloned using cloneReferencedEntities
function don't dispatch events.
It should be very useful if also when we clone child nodes the same events will be dispatched.
Closed: duplicate
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing as a duplicate of ✨ Add PRE_CLONE/POST_CLONE event dispatch handling to sub referenced entities Needs work and moving the test to there. Will ask maintainer to transfer credit to.