I want my users to be able create content but control if it's published or draft.

The thing is, as far as I can see, if I want my users to be able to set if it's draft or not they have to have node admin access, and if they have that then they can edit Any node, and I only want them to be able to edit their content.

Am i missing something?

Comments

Christefano-oldaccount’s picture

There's an ongoing discussion about this:

http://drupal.org/node/48731

Passero’s picture

I've created an article about that issue on my personal blog: http://blog.yonaweb.be It's in dutch so i don't know if you can understand it...

Anyway, i did it with views... A created a view that enables a page where i show the nodes in tableview, added some fields like title, date created, updated,...
I filter for published equals no
I give the paga a url like items/drafts
In my menu, i add a link for items/drafts so you can easily access it.
Not that hard, and it works really great.