Hi, I am using the Node Clone module in Backdrop, and also in a D8 project. I find only two ways to clone a node in Backdrop
- by contextual link
- in content overview
The D8 version however does not have the link in the tab section, as the D8 version (and D7 also, if I remember correctly). Is this intentional or is it a bug? PHP version is 7.2+
Comments
Looks like this might be a bug... Are you able to open an issue for it? https://github.com/backdrop-contrib/node_clone/issues
Thank you @BWPanda
Under Setting: "Pre-populate the node form fields" works perfectly.
When I select the alternative "Save as a new node then edit" and try to clone a node, I get an error.
This is the process
Results: Error
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'created' cannot be null
---
These are the settings.
No
Yes
Should any menu link for a node also be cloned?
Use node type name in clone link
If checked, the link to clone the node will contain the node type name, for example, "Clone this article", otherwise it will read "Clone content".