2012-07-24 Dario Rodriguez <dario.rodriguez@artica.es>
* operation/tree.php: Added comment to insert tag based ACL function in the future. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6801 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
77486d5c64
commit
4071876f27
|
@ -1,3 +1,8 @@
|
|||
2012-07-24 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* operation/tree.php: Added comment to insert tag based
|
||||
ACL function in the future.
|
||||
|
||||
2012-07-24 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* include/functions_networkmap.php
|
||||
|
|
|
@ -242,6 +242,7 @@ if (is_ajax ())
|
|||
$countRows = 0;
|
||||
|
||||
if (!empty($avariableGroupsIds)) {
|
||||
//TODO CHANGE POLICY ACL FOR TAG ACL
|
||||
$extra_sql = '';
|
||||
if($extra_sql != '') {
|
||||
$extra_sql .= ' OR';
|
||||
|
|
Loading…
Reference in New Issue