Posted by kleung11 on October 29, 2008 at 5:07pm
Jump to:
| Project: | Event |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
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 |
Comments
#1
I was just looking for this functionality... Thanks for the patch!