Skip to content

fix: merge latest dev to test 24/06/26 - #388

Merged
mdiapenabc merged 6 commits into
testfrom
dev
Jun 25, 2026
Merged

fix: merge latest dev to test 24/06/26#388
mdiapenabc merged 6 commits into
testfrom
dev

Conversation

@plakkara-bc

Copy link
Copy Markdown
Contributor

Description

Please provide a summary of the change and the issue fixed. Please include relevant context. List dependency changes.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

How Has This Been Tested?

  • Automated/Unit tests
  • Manual tests (description below)
  • No new tests are required

Checklist

  • I have tested my changed locally
  • The code builds and pass all tests, No warning
  • I have made corresponding changes to the documentation

In Progress/Follow Up

mdiapenabc and others added 6 commits June 24, 2026 00:38
* 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>
@plakkara-bc
plakkara-bc requested a review from mdiapenabc June 25, 2026 02:18
@mdiapenabc
mdiapenabc merged commit 4b260a5 into test Jun 25, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants