mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
disable "warning" that we have no rights to store any modification
if user accept or reject a meeting invitation displayed in email
This commit is contained in:
parent
cba3e713b4
commit
8d4c7cc906
@ -2196,7 +2196,9 @@ class calendar_uiforms extends calendar_ui
|
||||
else
|
||||
{
|
||||
$event['id'] = $event['old']['id'];
|
||||
$msg[] = lang('Not enough rights to update the event!');
|
||||
// disable "warning" that we have no rights to store any modifications
|
||||
// as that confuses our users, who only want to accept or reject
|
||||
//$msg[] = lang('Not enough rights to update the event!');
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user