we want to remove the right to unpublish a page for some of our users?
In the user permissions sections it's only possible to configure the following permissions:
Culture and Hostnames, Audit Trail, Browse Node, Change Document Type, Copy, Delete, Move, Create, Public access, Publish, Permissions, Rollback, Send To Translation, Sort, Send To Publish, Translate, Update
HaveĀ“nt really thought about it before but I quess the idea is that if someone are allowed to publish nodes, then they "should" probobly be allowed to unpublish nodes.
Accidentally an user who has the right to publish clicked the unpublished button on our startpage. So our whole site was down/ not reachable. So we want to remove the right to unpublish on our startpage. Publish/update the startpage should still be possible ;)
Remove the right to unpublish a page
Hello,
we want to remove the right to unpublish a page for some of our users?
In the user permissions sections it's only possible to configure the following permissions: Culture and Hostnames, Audit Trail, Browse Node, Change Document Type, Copy, Delete, Move, Create, Public access, Publish, Permissions, Rollback, Send To Translation, Sort, Send To Publish, Translate, Update
Should I create a feature request?
Thanks. Regards fabian
Hi Fabian.
Sounds like a feature request.
HaveĀ“nt really thought about it before but I quess the idea is that if someone are allowed to publish nodes, then they "should" probobly be allowed to unpublish nodes.
Go nuts: http://issues.umbraco.org/issues ! :)
Take care! / Dennis
Hi Dennis,
some additional information...
Accidentally an user who has the right to publish clicked the unpublished button on our startpage. So our whole site was down/ not reachable. So we want to remove the right to unpublish on our startpage. Publish/update the startpage should still be possible ;)
Cheers fabian
In the mean time, you could use this article to help you intercept the unpublishing of the content and cancelling the event.
http://www.codeshare.co.uk/blog/intercepting-content-and-member-save-events-in-umbraco/
Hi Paul,
Try to have a look at the tweak backoffice package perhaps it can do what you want
https://our.umbraco.org/projects/collaboration/backoffice-tweaking/
Hope this can help you
/Dennis
Hi Dennis,
this package is cool but unfortunately not tested/developed till umbraco version 7.4 :(
Think we have to write an own event handler like Paul suggested.
cheers fabian
Created a feature request http://issues.umbraco.org/issue/U4-8651
Please vote for it.
Cheers fabian
Will do! :)
is working on a reply...