[Typo3-dev] Disable "delete"-Function for BE-Users
Christian Trabold
trabold at mehrwert.de
Wed Aug 10 10:51:46 CEST 2005
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
More information about the TYPO3-dev
mailing list