Edit event permission
kleung11 - October 29, 2008 - 17:07
| Project: | Event |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Jump to:
Description
In the other modules like node and book, there is a separate edit permission. But in the basicevent.module, there is no such equivalent. There is just an "edit event" permission and no "edit own event" permission. To make it similar to core node and book module, I think we should have this permission so one can edit events created by others without the need of the "administer node" permission.
The patch adds the needed permission and changes the update/delete check to see if this permission is set.
| Attachment | Size |
|---|---|
| editevents.patch | 951 bytes |

#1
I was just looking for this functionality... Thanks for the patch!