Postponed (maintainer needs more info)
Project:
Workspace
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2009 at 22:35 UTC
Updated:
17 May 2012 at 16:06 UTC
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
Comment #1
hutch commentedworkspace 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.
Comment #2
frank ralf commented@rcharamella
Have you checked whether the problem persists with the most recent release?
Frank
Comment #3
frank ralf commentedPlease try the D6 dev release and report back whether the problem persists. TIA
Comment #4
frank ralf commentedChanging category to "bug".