2010-08-30 Sergio Martin <sergio.martin@artica.es>

* operation/agentes/alerts_status.php: Fixed the 
	ACLs in the alerts view. Now only are showed the
	alerts of the visible agents for the user



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3192 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-08-30 15:10:56 +00:00
parent 9f59553a9b
commit 5fcf651360
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-08-30 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/alerts_status.php: Fixed the
ACLs in the alerts view. Now only are showed the
alerts of the visible agents for the user
2010-08-30 Sergio Martin <sergio.martin@artica.es>
* operation/users/user.php

View File

@ -73,7 +73,8 @@ else {
return;
}
$agents = false;
$agents = array_keys(get_group_agents(array_keys(get_user_groups($config["id_user"], 'AR', false))));
$idGroup = $id_group;
$print_agent = true;