Merge branch 'ent-7668-12023-Fallo-tags-en-filtro-de-vista-de-ultimos-eventos-de-Dashboard' into 'develop'
Ent 7668 12023 fallo tags en filtro de vista de ultimos eventos de dashboard See merge request artica/pandorafms!4226
This commit is contained in:
commit
25e8c2a850
|
@ -529,11 +529,11 @@ class EventsListWidget extends Widget
|
|||
if ($customFilter !== false) {
|
||||
$filter = $customFilter;
|
||||
$filter['tag_with'] = base64_encode(
|
||||
json_encode($filter['tag_with'])
|
||||
io_safe_output($filter['tag_with'])
|
||||
);
|
||||
|
||||
$filter['tag_without'] = base64_encode(
|
||||
json_encode($filter['tag_without'])
|
||||
io_safe_output($filter['tag_without'])
|
||||
);
|
||||
|
||||
if (!empty($filter['id_agent_module'])) {
|
||||
|
|
Loading…
Reference in New Issue