|
@@ -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();
|