Skip to content

Commit

Permalink
fix(order display front end) (#3931) (patch)
Browse files Browse the repository at this point in the history
# Description
fixes bug with filtering
  • Loading branch information
ChrOertlin authored Nov 12, 2024
1 parent b70a21e commit e81f5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/store/crud/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ def get_orders(self, orders_request: OrdersRequest) -> tuple[list[Order], int]:
cases=order_case,
filter_functions=[CaseFilter.WITH_WORKFLOW],
workflow=orders_request.workflow,
)
).distinct()
orders: Query = apply_order_filters(
orders=order_for_workflow,
filters=[OrderFilter.BY_SEARCH, OrderFilter.BY_OPEN],
Expand Down

0 comments on commit e81f5e5

Please sign in to comment.