add groups and categories to 'statstotal'

This commit is contained in:
Uwe Steinmann 2025-10-24 12:55:35 +02:00
parent 2f668328fa
commit e175858235

View File

@ -3002,7 +3002,7 @@ final class SeedDMS_RestapiController { /* {{{ */
return $check;
$data = [];
foreach (array('docstotal', 'folderstotal', 'userstotal') as $type) {
foreach (array('docstotal', 'folderstotal', 'userstotal', 'groupstotal', 'categoriestotal') as $type) {
$total = $dms->getStatisticalData($type);
$data[$type] = $total;
}