mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fix for bug [ 1004481 ] alarm management: you could not create alarms for other participants, even if you had the required write-grants from them
This commit is contained in:
parent
c3717d0315
commit
0d1e67445d
@ -15,7 +15,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
define('PHPGW_ACL_DELETEALARM',PHPGW_ACL_DELETE); // for now
|
||||
define('PHPGW_ACL_SETALARM',PHPGW_ACL_WRITE);
|
||||
define('PHPGW_ACL_SETALARM',PHPGW_ACL_EDIT);
|
||||
define('PHPGW_ACL_READALARM',PHPGW_ACL_READ);
|
||||
|
||||
class boalarm
|
||||
|
Loading…
Reference in New Issue
Block a user