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
921c4a3df3
commit
44f352b7b0
|
@ -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>
|
2012-07-24 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
* include/functions_networkmap.php
|
* include/functions_networkmap.php
|
||||||
|
|
|
@ -242,6 +242,7 @@ if (is_ajax ())
|
||||||
$countRows = 0;
|
$countRows = 0;
|
||||||
|
|
||||||
if (!empty($avariableGroupsIds)) {
|
if (!empty($avariableGroupsIds)) {
|
||||||
|
//TODO CHANGE POLICY ACL FOR TAG ACL
|
||||||
$extra_sql = '';
|
$extra_sql = '';
|
||||||
if($extra_sql != '') {
|
if($extra_sql != '') {
|
||||||
$extra_sql .= ' OR';
|
$extra_sql .= ' OR';
|
||||||
|
|
Loading…
Reference in New Issue