mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-13370-el-widget-list-of-latest-events-no-carga-el-grupo-del-filtro-de-eventos-seleccionado' into 'develop'
Ent 13370 el widget list of latest events no carga el grupo del filtro de eventos seleccionado See merge request artica/pandorafms!7158
This commit is contained in:
commit
f9bc334f18
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user