Skip to content

Commit

Permalink
Merge pull request #3973 from dpalou/MOBILE-4526
Browse files Browse the repository at this point in the history
MOBILE-4526 filter: Fix filters not applied in some cases
  • Loading branch information
NoelDeMartin authored Mar 13, 2024
2 parents b850251 + f00c788 commit 42d18b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/features/filter/services/filter-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ export class CoreFilterHelperProvider {

const filters = await this.getFiltersInContextUsingAllStates(contextLevel, instanceId, options, site);
if (filters) {
options.filter = true;

return filters;
}

Expand Down

0 comments on commit 42d18b8

Please sign in to comment.