13370-Fix widget List of latest events filter by group with load filter

This commit is contained in:
Pablo Aragon 2024-04-09 09:13:37 +02:00
parent 6b62b00254
commit 5f5a26cbc1
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ class EventsListWidget extends Widget
if (in_array('0', $this->values['groupId'])) {
$filter['id_group_filter'] = 0;
} else {
$filter['id_group_filter'] = (!empty($this->values['groupId'][0])) ? $this->values['groupId'] : 0;
$filter['id_group_filter'] = (!empty($customFilter['id_group'])) ? $customFilter['id_group'] : 0;
}
$filter['tag_with'] = base64_encode(