Disable filters for platform and project databases - Stat resources

- Disable filters for platform and project databases - Stat resources
This commit is contained in:
Damodar Lohani 2025-12-28 14:19:28 +05:45 committed by GitHub
parent 1529357821
commit aa17eeb6e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,6 +100,9 @@ class StatsResources extends Action
return;
}
$dbForPlatform->disableFilters();
$dbForProject->disableFilters();
try {
$region = $project->getAttribute('region');