Skip to content

Commit

Permalink
Merge pull request #5391 from bcgov/test-rook-AS-FOIMOD-2982
Browse files Browse the repository at this point in the history
FOIMOD-2982- Comments Tab - Type of Comments (Peer Review, Internal, General)
  • Loading branch information
aparna-aot authored Aug 30, 2024
2 parents a6d0a95 + f928ad7 commit 47e94c6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ def __getwatchers(self, notificationtype, foirequest, requesttype, requestjson=N
isministryinternalcommenttype= self.__isministryinternalcomment(notificationtype,requestjson)
isiaointernalcommenttype= self.__isiaointernalcomment(notificationtype,requestjson)
if requesttype == "ministryrequest":
if isiaointernalcommenttype == False:
watchers = watcherservice().getallministryrequestwatchers(foirequest["foiministryrequestid"], isministryinternalcommenttype,
isiaointernalcommenttype, self.__isministryonly(notificationtype))
watchers = watcherservice().getallministryrequestwatchers(foirequest["foiministryrequestid"], isministryinternalcommenttype,
isiaointernalcommenttype, self.__isministryonly(notificationtype))
else:
if isministryinternalcommenttype == False:
watchers = watcherservice().getrawrequestwatchers(foirequest['requestid'])
Expand Down

0 comments on commit 47e94c6

Please sign in to comment.