Browse Source

use is instance filtr for Ant Acl objects

Piotr Labudda 8 years ago
parent
commit
8c2c7f0001
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SE/se-lib/TableAjax.php

+ 1 - 1
SE/se-lib/TableAjax.php

@@ -5502,7 +5502,7 @@ jQuery(document).ready(function(){
 		DBG::log($jsonData->cols, 'array', "\$jsonData->cols");
 		DBG::log($jsonData->cols, 'array', "\$jsonData->cols");
 		$jsonData->rows = array();
 		$jsonData->rows = array();
 		if ($acl instanceof AntAclBase) {
 		if ($acl instanceof AntAclBase) {
-			// $params['f_is_instance'] = $acl->getNamespace(); // TODO: BUG in instance table - use view
+			$params['f_is_instance'] = $acl->getNamespace();
 		}
 		}
 		$queryFeatures = $acl->buildQuery($params);
 		$queryFeatures = $acl->buildQuery($params);
 		$jsonData->total = $queryFeatures->getTotal();
 		$jsonData->total = $queryFeatures->getTotal();