Calendar: Fix events not shown when showing calendar of a resource category

This commit is contained in:
nathan 2023-04-26 08:17:46 -06:00
parent a50fa29419
commit 1b632b8649

View File

@ -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':