Skip to content

Commit

Permalink
Adjusted queue filter to remove published oi requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Hundal committed Jan 4, 2025
1 parent ccaff06 commit d3352b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def getoibasequery(cls, additionalfilter=None, userid=None, isiaorestrictedfilem
or_(
and_(
FOIMinistryRequest.oistatus_id.isnot(None),
#FOIMinistryRequest.requeststatuslabel != StateName.closed.name
FOIMinistryRequest.oistatus_id != OIStatusEnum.PUBLISHED.value
),
and_(
FOIMinistryRequest.oistatus_id.is_(None),
Expand Down

0 comments on commit d3352b5

Please sign in to comment.