Skip to content

Commit

Permalink
Merge pull request #4917 from bcgov/dev-rook
Browse files Browse the repository at this point in the history
4679 - Include closed OIPC requests in group filter
  • Loading branch information
milosdes authored Dec 20, 2023
2 parents fdedf3d + 8c2a42a commit 4ecd152
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,9 @@ def getgroupfilters(cls, groups):
or_(*groupfilter)
)

return ministryfilter
ministryfilterwithclosedoipc = or_(ministryfilter, and_(FOIMinistryRequest.isoipcreview == True, FOIMinistryRequest.requeststatusid == 3))

return ministryfilterwithclosedoipc

@classmethod
def getrequestoriginalduedate(cls,ministryrequestid):
Expand Down

0 comments on commit 4ecd152

Please sign in to comment.