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…
Reference in New Issue