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
Comment #1
Vladimir2234 commentedSorry, I just saw the revisionning module.
Thanks!
Comment #2
nancydruDid you try Workflow Access? It should do all that just fine.
Comment #3
dforegger commentedYou 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.
Comment #4
nancydruThe OP tried to close this, so let's honor that.