I've got Workspace installed. I need to turn off the option for users to be able to DELETE their entries. In permissions they don't have permission to delete, but they can use the delete button in Workspace to DELETE. How can I turn off the DELETE option or at least have it utilize the permissions for the user?

Comments

hutch’s picture

workspace checks for node_access and will honor permissions like 'delete own page content' providing the role the user belongs to does not have 'administer nodes' permission.
See the code in function workspace_build_rows()
This presumes that the node type has implemented hook_access.

frank ralf’s picture

@rcharamella

Have you checked whether the problem persists with the most recent release?

Frank

frank ralf’s picture

Status: Active » Postponed (maintainer needs more info)

Please try the D6 dev release and report back whether the problem persists. TIA

frank ralf’s picture

Category: support » bug

Changing category to "bug".