mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Calendar: Fix events not shown when showing calendar of a resource category
This commit is contained in:
parent
11589fc8a2
commit
ca1c4f164c
@ -314,6 +314,10 @@ class calendar_owner_etemplate_widget extends Etemplate\Widget\Taglist
|
||||
{
|
||||
$value = array_merge($value, $value['label']);
|
||||
}
|
||||
if($data['resources'])
|
||||
{
|
||||
$value['resources'] = $data['resources'];
|
||||
}
|
||||
switch($type)
|
||||
{
|
||||
case 'r':
|
||||
|
Loading…
Reference in New Issue
Block a user