mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
#12533 enable event list no group (Default all)
This commit is contained in:
parent
f50dade117
commit
f780d0bd2a
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user