Hi,
I have an author who can create a draft of a content type but cannot publish it. I also have an editor who can publish this content type.

When an author create a draft and an editor publish it, the author cannot create a new revision so an editor can publish the reviewed content.

If I give the author the "edit own" access, he can edit the published content but it edit the published version. If I check "create new revision", it also edit the published version without creating a new revision.
If I do not give the author "edit own", but give the right to edit draft content in the workflow configuration, the author can edit is own draft, but cannot make any more draft if content is already published.

Comments

Vladimir2234’s picture

Priority: Normal » Minor
Status: Active » Fixed

Sorry, I just saw the revisionning module.

Thanks!

nancydru’s picture

Status: Fixed » Active

Did you try Workflow Access? It should do all that just fine.

dforegger’s picture

You might also be able to use the node_clone module here. I just did something similar to this by adding coding a button on my workflow form that submitted by loading the node, stripping off important values (like nid), and saving it. This created a new node in the draft state.

nancydru’s picture

Status: Active » Closed (works as designed)

The OP tried to close this, so let's honor that.