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:
Daniel Rodriguez 2021-08-03 06:51:23 +00:00
commit 25e8c2a850
1 changed files with 2 additions and 2 deletions

View File

@ -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'])) {