Node Clone 7.x-1.0+2-dev
Webform: 7.x-4.13
Drupal 7

I only see the clone operation available on 1 custom content type (session) for past entries, and NOT on my webform content type, or any other. New content created for any content type (including session) do not show the 'clone' operation. If i manually enter the clone URL with the node I desire to clone, I get a page not found/access denied page.

I tried installing the node clone tab module, and the tab does not appear either.

Clone any node, clone own node permissions enabled for my role 'Administrator'.

I have tried enabling the permissions on different roles/logged in as different users - to no avail.c

Any suggestions for moving forward?

Comments

slavojzizek created an issue.

jpoesen’s picture

Had the same issue.

--> See https://www.drupal.org/project/node_clone/issues/2679104#comment-11760711

1. Navigate directly to /node/[NID]/clone/confirm

2. If not using admin_views, there should be a "clone" operation on admin/content .
If using admin_views, you'll need to add that as a field at /admin/structure/views/view/admin_views_node/edit (or, best practice, alter that view in code via hook_views_default_views_alter.

3. If you are looking for a simple UI enhancement that provides the expected tab, try node_clone_tab