Skip to content

Commit

Permalink
Merge pull request #5530 from bcgov/dev-rook-AH-FOIMOD-release14
Browse files Browse the repository at this point in the history
Release 14 (OPEN INFO): Bug fix to adjust api call to look for correct oi package name in pdfstithc / jobs table
  • Loading branch information
Aman-Hundal authored Jan 16, 2025
2 parents ac07daf + 118b2b9 commit 14fc3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forms-flow-web/src/components/FOI/FOIRequest/FOIRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,10 @@ const FOIRequest = React.memo(({ userDetail, openApplicantProfileModal }) => {
if (isOITeam) {
dispatch(fetchOpenInfoStatuses());
dispatch(fetchFOIOpenInfoAdditionalFiles(requestId, ministryId));
dispatch(fetchPDFStitchedStatus(requestId, ministryId, "openinfo", (err, res) => {
dispatch(fetchPDFStitchedStatus(requestId, ministryId, "publicationpackage", (err, res) => {
dispatch(setFOIPDFStitchStatusForOIPackage(res))
}));
dispatch(fetchPDFStitchedPackage(requestId, ministryId, "openinfo", (err, res) => {
dispatch(fetchPDFStitchedPackage(requestId, ministryId, "publicationpackage", (err, res) => {
dispatch(setFOIPDFStitchedOIPackage(res))
}));
}
Expand Down

0 comments on commit 14fc3f6

Please sign in to comment.