mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
There is no alarm tab in calendar edit dialog anymore, no need to make it readonly
This commit is contained in:
parent
e47011657c
commit
6d9421e034
@ -1547,7 +1547,6 @@ class calendar_uiforms extends calendar_ui
|
||||
'custom' => !count($this->bo->customfields),
|
||||
'participants' => $this->accountsel->account_selection == 'none',
|
||||
'history' => !$event['id'],
|
||||
'alarms' => $readonlys['tabs']['alarms'],
|
||||
);
|
||||
if (!isset($GLOBALS['egw_info']['user']['apps']['mail'])) // no mail without mail-app
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user