Merge branch 'ent-8184-12568-Fallo-conteo-tactical-view' into 'develop'

Ent 8184 12568 fallo conteo tactical view

See merge request artica/pandorafms!4509
This commit is contained in:
Daniel Rodriguez 2021-11-15 10:56:46 +00:00
commit aedea71823
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ function tactical_get_data($id_user=false, $user_strict=false, $acltags, $return
$list['_server_sanity_'] = format_numeric((100 - $list['_module_sanity_']), 1);
} else {
if (users_is_admin()) {
if (users_is_admin() || users_can_manage_group_all()) {
$result_list = db_get_all_rows_sql(
sprintf(
'SELECT COUNT(*) as contado, estado FROM tagente_estado tae