mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
13370-Fix widget List of latest events filter by group with load filter
This commit is contained in:
parent
6b62b00254
commit
5f5a26cbc1
@ -615,7 +615,7 @@ class EventsListWidget extends Widget
|
|||||||
if (in_array('0', $this->values['groupId'])) {
|
if (in_array('0', $this->values['groupId'])) {
|
||||||
$filter['id_group_filter'] = 0;
|
$filter['id_group_filter'] = 0;
|
||||||
} else {
|
} 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(
|
$filter['tag_with'] = base64_encode(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user