mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Fix custom fields tab not showing up in calendar edit dialog
This commit is contained in:
parent
f151190d64
commit
e47011657c
@ -1544,7 +1544,7 @@ class calendar_uiforms extends calendar_ui
|
||||
}
|
||||
// disabling the custom fields tab, if there are none
|
||||
$readonlys['tabs'] = array(
|
||||
'custom' => !count($this->bo->config['customfields']),
|
||||
'custom' => !count($this->bo->customfields),
|
||||
'participants' => $this->accountsel->account_selection == 'none',
|
||||
'history' => !$event['id'],
|
||||
'alarms' => $readonlys['tabs']['alarms'],
|
||||
|
Loading…
Reference in New Issue
Block a user