mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
removed selectbox if no resource-cats exist (gave and error and empty selectbox before)
This commit is contained in:
parent
65cd84bb4c
commit
0db87ad750
@ -494,8 +494,8 @@ class ui_resources
|
||||
function get_calendar_sidebox($view_menuaction, $date='')
|
||||
{
|
||||
$selectbox_content = array(lang('Select resources'));
|
||||
$selectbox_content[0] = lang('Select resources');
|
||||
$cats = $this->bo->acl->get_cats(EGW_ACL_READ);
|
||||
if (!$cats) return array();
|
||||
|
||||
// this gets the resource-ids of the cats and implodes them to the array-key of the selectbox,
|
||||
// so it is possible to select all resources of a category
|
||||
|
Loading…
Reference in New Issue
Block a user