fixed filter loaded from event graph on agent view

This commit is contained in:
alejandro.campos@artica.es 2021-12-01 11:13:28 +01:00
parent 1f428a25ad
commit da22381044
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ $default_filter = [
$fb64 = get_parameter('fb64', null);
if (isset($fb64)) {
$filter = json_decode(base64_decode($fb64), true);
$filter['tag_with'] = [];
$filter['tag_without'] = [];
} else {
$filter = get_parameter(
'filter',