Fixed list of latest events in tactical view

This commit is contained in:
danielmaya 2018-02-28 10:15:32 +01:00
parent 68886285bf
commit 7c5756a726

View File

@ -850,7 +850,6 @@ function tags_get_acl_tags_event_condition($acltags, $meta = false, $force_group
// Juanma (08/05/2014) Fix : Will have all groups retrieved (also propagated ones)
$_groups_not_in = '';
if($acltags[0]){
foreach ($acltags as $group_id => $group_tags) {
// Group condition (The module belongs to an agent of the group X)
$group_condition = sprintf('id_grupo IN (%s)', implode(',', array_values(groups_get_id_recursive($group_id, true))));
@ -927,7 +926,6 @@ function tags_get_acl_tags_event_condition($acltags, $meta = false, $force_group
$condition .= "($tags_condition)\n";
}
}
//Commented because ACLs propagation don't work
/*