|
Date: 3/22/2007 6:56 am · Subject: Calendar event edit should inherit · Rating: -2
Some calendar issues: Lets pretend following case for the calendar object 1. Who can read = everyone 2. Who can edit = customGroup 3. Who can add/edit events = admins The "Who can add/edit events" defaults to admins(3). My case is when a user that is member of "customGroup" enters the calendar. This user can add an event (since member of group in assetData.groupIdEdit)
The operation works and the Event is created, though the Event gets assetData.groupIdEdit=3. The user gets permission denied when entering this event! So the event does not inherit from the calendar and that makes things ugly for us. Also tested this on demo server in version 7.3.13.
/Erik
|