#12533 enable event list no group (Default all)

This commit is contained in:
Jonathan 2023-11-30 15:58:39 +01:00
parent f50dade117
commit f780d0bd2a
1 changed files with 1 additions and 1 deletions

View File

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