Skip to content

Commit

Permalink
Merge pull request #1224 from bcgov/dev-NK-FOIMOD-3610
Browse files Browse the repository at this point in the history
Dev nk foimod 3610
  • Loading branch information
abin-aot authored Nov 20, 2024
2 parents c54e9df + 36fe968 commit d449076
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion api/reviewer_api/utils/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ class MinistryTeamWithKeycloackGroup(Enum):
ECC = "ECC Ministry Team"
JED = "JED Ministry Team"
COR = "COR Ministry Team"
HSG = "HSG Ministry Team",
HSG = "HSG Ministry Team"
LSB = "LSB Ministry Team"
INF = "INF Ministry Team"
MCM = "MCM Ministry Team"
ECS = "ECS Ministry Team"

@staticmethod
def list():
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/FOI/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function Home() {
});

let doclist = [];
let requestInfo = _requestInfo.requestinfo;
let requestInfo = _requestInfo;
getFOIS3DocumentPreSignedUrls(
documentObjs,
(newDocumentObjs) => {
Expand Down

0 comments on commit d449076

Please sign in to comment.