Skip to content

FIX: PIMS Notifications Panel not Displaying Reminders (BVT Observat…#5350

Merged
asanchezr merged 3 commits into
bcgov:devfrom
eddherrera:psp-11710
Jul 3, 2026
Merged

FIX: PIMS Notifications Panel not Displaying Reminders (BVT Observat…#5350
asanchezr merged 3 commits into
bcgov:devfrom
eddherrera:psp-11710

Conversation

@eddherrera

Copy link
Copy Markdown
Collaborator

…ions)

@eddherrera eddherrera requested review from asanchezr and stairaku July 3, 2026 22:13
@eddherrera eddherrera self-assigned this Jul 3, 2026
@sonarqubecloud

sonarqubecloud Bot commented Jul 3, 2026

Copy link
Copy Markdown

// Act
documentQueue.DocumentQueueStatusTypeCode = "Updated";
var result = repository.Update(documentQueue);
var result = repository.UpdateAsync(documentQueue);
documentQueue.DocumentQueueStatusTypeCode = "Updated";
documentQueue.Document = null;
var result = repository.Update(documentQueue, removeDocument: true);
var result = repository.UpdateAsync(documentQueue, removeDocument: true);
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5350

@asanchezr asanchezr added this pull request to the merge queue Jul 3, 2026
@mergify

mergify Bot commented Jul 3, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

Merged via the queue into bcgov:dev with commit 5a891d1 Jul 3, 2026
19 checks passed
@eddherrera eddherrera deleted the psp-11710 branch July 7, 2026 21:53
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