chore: merge bug fixes to test - #436
Merged
Merged
Conversation
* make changes to identify user profile is data_qualit_steward or csa_standard * sending user responsibility and profile to frontend * added auth context tests on the frontend --------- Co-authored-by: Raza <mdsaraza@deloitte.com> Co-authored-by: plakkara <preethi.lakkaraju@gov.bc.ca>
Remove unexpected (PT) suffixes from Started, Finished, and When column headers, reuse shared formatDateTimeYMDHMS for Pacific timestamps, and show friendly labels in the Activities type filter dropdown.
* fix: resolve CSA Not Eligible 500 when personIdMis is null The staging care-end lookup used untyped null parameters in $queryRaw, which PostgreSQL rejected with 42P18. Build ICM/MIS branches only when the corresponding person id is present, ignore blank staging dates, and safely fall back to today when no valid end date is found. * fix lint --------- Co-authored-by: plakkara-bc <Preethi.Lakkaraju@gov.bc.ca>
Run npm audit fix in backend, frontend, and integration tests to clear reported critical and high severity issues.
…433) * blanked out weekly file search results after record association Co-authored-by: Madjo Diapena <Madjo.Diapena@gov.bc.ca>
* updated filters for job column * modified job filter in job list table * created backend api to return filter values for trigger by * fixed lint error
* fix: stabilize Eligibility List pagination ordering Use a deterministic default sort and id tie-breaker in contact list queries so the same record no longer appears on multiple pages when paging without a column sort or when sort keys tie. * fix: apply stable pagination ordering across server-side list APIs Extract buildStableOrderBy into shared utils and use it for contacts, job monitoring history/activities, job runs listing, and contact audit trail queries so paginated results stay deterministic when sort keys tie or no sort is provided. * fix lint issues --------- Co-authored-by: plakkara-bc <Preethi.Lakkaraju@gov.bc.ca>
mdiapenabc
approved these changes
Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please provide a summary of the change and the issue fixed. Please include relevant context. List dependency changes.
Fixes # (issue)
Type of change
How Has This Been Tested?
Checklist
In Progress/Follow Up