[Typo3-dev] Disable "delete"-Function for BE-Users

tapio tapio.markula at dnainternet.net
Wed Aug 10 16:55:12 CEST 2005


Christian Trabold wrote:
> Hello,
> 
> last night I ran into some questions regarding the "delete"-function in 
> the backend. And after a while of searching and testing the 
> TSconfig-Settings, it does not clear up. So I hope, you can help me:
> 
> I tried to disable all delete-buttons for a backend user with the 
> following user-settings:
> 
> options {
>   disableDelete = 1
> }
> Disables the delete-button in the button-panel.
> 
> 
> options {
>   contextMenu.pageTree.disableItems=delete
>   contextMenu.pageList.disableItems=delete
> }
> Disables the delete-function from the context-menu.
> 
> 
> BUT you can delete records, if you activate the "Extended view"-Option.
> 
> 
> Ok, you can restrict the access of the pages to *x***, so the user 
> cannot create nor delete content, but this is not the result I want. The 
> user shall create content but must not delete it.
> 
> 
> What I would expect from "options.disableDelete = 1" is, that every 
> delete option is disabled (Context-Menu, Delete-buttons in edit-mode, 
> Extended view).
> 
> What do you think? Is this a missing feature or do I miss something here?
> 
> 
> Thanks for any input!
> 
> Christian

What about other corresponding features. Someone asked about disable 
'move page'. There is a much work to get user control better - that 
concerns also the interface, which I made an own issue.




More information about the TYPO3-dev mailing list