Skip to content

Commit

Permalink
Add default filter for searchTotalAmount
Browse files Browse the repository at this point in the history
  • Loading branch information
manelcecs committed Mar 1, 2024
1 parent 9230116 commit 7157a93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/domain-services/flows/flow-search-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,9 @@ export class FlowSearchService {
flowFilters.activeStatus = true;
}

// This filter MUST apply always
flowFilters.restricted = false;

// Validate the shortcut filters
const shortcutFilter = this.mapShortcutFilters(
isPendingFlows,
Expand Down

0 comments on commit 7157a93

Please sign in to comment.