cancel
Showing results for 
Search instead for 
Did you mean: 

Removing Publish right

nathan1620_
Confirmed Champ
Confirmed Champ

The Read/Write permissions by default allow for the user to be able to publish documents as well. Can you remove the right to publish from those who have Read/Write permissions?

I want the members to have read/write permissions, but I only want the Admin to be able to actually publish documents.

Thanks!

4 REPLIES 4

arubiom00_
Star Contributor
Star Contributor

There is a "Can ask for publishing" that can be denied, but it does not work properly: http://answers.nuxeo.com/questions/10318/can-ask-for-publishing-permission-has-no-effect

This permission is intended to solve this problem: http://doc.nuxeo.com/plugins/viewsource/viewpagesrc.action?pageId=12099702

The "Can ask for publishing" permission is intended to be denied, so as to restrict the actions available to users with "Read" permission, typically to enable users to see the content of a section without being able to publish in the section.

Nuxeo 6.0 apparently solves the problem.

"Can ask for publishing" does work, as mentionned in your link, in order to work properly you have to take care to declare this ACL before the Read one.

Hi pibou,

As mentioned Nuxeo 6.0 fixes this. Keep in mind that Nuxeo is a platform, and not everything that's possible at the API level is exposed in the default UI provided. Customizing the UI to expose more fine-grained information is possible.