mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed list of latest events in tactical view
This commit is contained in:
parent
68886285bf
commit
7c5756a726
@ -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
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user