Skip to content

Remove publish content permission

Currently in the Noosfero permissions there are two roles: 'post_content' and 'publish_content'.

Apparently, 'post_content' is for the user to be allowed to manage content, while 'publish_content' is for content publishing.

However, whenever these permissions are used, what happens is to verify that the user has one of two permissions. But there are no cases where only one role is used.

This PR remove 'publish_content' role, because it has no functional difference with 'post_content'.

Merge request reports