Can the permissions be configured so that a user can clone any nodes except their own? I'm using the module in a kind of "content sharing" sense, so it doesn't make sense for a user to make copies of their own content, but cloning other users' nodes is encouraged. I do have the permissions set up in this way incidentally, but it seems the permission to "clone any node" includes the user's own by default.

Comments

pwolanin’s picture

Status: Active » Fixed

There is already an alter hook for such custom use cases.


  drupal_alter("clone_access", $access, $node);

thoughtcat’s picture

OK thanks, so that's not something configurable through the UI? Any pointers as to how I could develop this?

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.