Merge pull request #3973 from dpalou/MOBILE-4526

MOBILE-4526 filter: Fix filters not applied in some cases
main
Noel De Martin 2024-03-13 12:19:55 +01:00 committed by GitHub
commit 42d18b8e11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,8 @@ export class CoreFilterHelperProvider {
const filters = await this.getFiltersInContextUsingAllStates(contextLevel, instanceId, options, site);
if (filters) {
options.filter = true;
return filters;
}