fix: merge latest dev to test 24/06/26 - #388
Merged
Merged
Conversation
* fix: avoid concurrent query warning on pg clients Set search_path during pool.connect so each checked-out client is initialized before use, preventing deprecated concurrent client.query calls triggered by the connect event hook.
…sion (#375) * fix weekly file processing date * reused the date transformation function for transforming dates in the weekly file tab --------- Co-authored-by: Raza <mdsaraza@deloitte.com> Co-authored-by: plakkara <preethi.lakkaraju@gov.bc.ca>
…table (#383) * added api filter calls for the details table in weekly file processing tab * added api filter calls for the details table in weekly file processing tab * added api filter calls for the details table in weekly file processing tab * added api filter calls for the details table in weekly file processing tab * added api filter calls for the details table in weekly file processing tab * added api filter calls for the details table in weekly file processing tab * added api filter calls for the details table in weekly file processing tab * removed search boxes from weekly file and details tables * removed column filter list for a few columns in details table * removed column filter list for a few columns in details table * removed column filter list for a few columns in details table * removed column filter list for a few columns in details table * removed column filter list for a few columns in details table * removed column filter list for a few columns in details table * disabled filters on certai columns * disabled filters on certai columns * disabled filters on certai columns * disabled filters on certai columns * created columns for filtering * updated the cra status filter list * created migrations for the 3 new columns * fixed failing migrations * removed transformation from migrations * removed transformation from migrations * added migrations for one time backfill * fix: align CRA status filter with in-progress display format Normalize stored hyphenated statuses to "IN PROGRESS" for filtering and update the details dropdown label to match the table display. * fix: whitelist CRA status filters from WEEKLY_FILE.STATUS Derive display labels and filter-to-stored mapping from the canonical status constants so filtering matches persisted values without SQL normalization. * fix lint * fix: use stored filter values and Prisma where for weekly file records Send database values from filter dropdowns while keeping display labels in the UI, and replace raw SQL string building with a typed Prisma where builder. * fixed db error --------- Co-authored-by: Madjo Diapena <Madjo.Diapena@gov.bc.ca>
Terminated Out of Care agreement lines were excluded from ICM sync because the SearchSpec only matched Active and Inactive statuses.
* feat: add source_agreement for agreement details display Introduce source_agreement so OOC contacts show ICM/MIS in Agreement Details while placement source stays scoped to primary placement. Includes migration backfill from source_placement, eligibility extract, API/frontend wiring, and tests for OOC and MIS agreement fallback paths. * fix lint * updated the version of migrations --------- Co-authored-by: plakkara <preethi.lakkaraju@gov.bc.ca>
* fix: scope WKL in-progress batch lookup by batch date Prevent WKL associated-record processing from reusing in-progress batch details from a different batch date when preferExistingInProgressDetail is set. * fix lint * fix: use CSA processing date for WKL CRA batch lookup on poll Poll processing was finding or creating CRA batches from the WKL header date instead of CSA Processing Date, causing records to land on the wrong batch when those dates differ. Align the poll path with manual reprocess via shared csaProcessingBatchDate and findOrCreate by Pacific processing date, while keeping in-progress detail reuse across any batch. --------- Co-authored-by: plakkara-bc <Preethi.Lakkaraju@gov.bc.ca>
mdiapenabc
approved these changes
Jun 25, 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