UAT Release 6.2#5292
Merged
JamesPayer merged 60 commits intobcgov:testfrom Apr 23, 2026
Merged
Conversation
PSP_PIMS | Development Sprint: S120.00 | Design Sprint: 119 | Date: 2026-Apr-07 - Altered tables: - PIMS_ACQUISITION_OWNER - PIMS_ACQUISITION_OWNER_HIST - Altered seed scripts: - 057_DML_PIMS_LEASE_PROGRAM_TYPE - 093_DML_PIMS_ACQ_FL_TEAM_PROFILE_TYPE - 144_DML_PIMS_DSP_FL_TEAM_PROFILE_TYPE.sql - 164_DML_PIMS_LL_TEAM_PROFILE_TYPE.sql - 167_DML_PIMS_MANAGEMENT_FILE_PROFILE_TYPE
Bump version - 120
IS-120.00 Database Schema
Scaffold S120
Backmerge test into dev
…nto playwright-branch
PSP-11360: Improving Waits on Selenium tests
PSP-11373 Correct PIMS file/project access
PSP-11387 remove the notice of claim if the noc comment/date are not specified.
psp-11333 fix navigation in acq/research when a user override modal i…
…s for the initial search
…n the Activity Overview Report
PSP-11423 : FT:Reg-Wrong place of the Management File Number column i…
…n the Activity Overview Report
PSP-11443 : File/Project list views do not filter by the users regions for the initial search
| /// <returns></returns> | ||
| public static short[] GetShortArrayValue(this IDictionary<string, Microsoft.Extensions.Primitives.StringValues> dict, string key, string separator = ",") | ||
| { | ||
| return dict.TryGetValue(key, out Microsoft.Extensions.Primitives.StringValues value) ? value.ToString().Split(separator).Select(v => { return short.TryParse(v, out short iv) ? (short?)iv : null; }).Where(v => v != null).Select(v => (short)v).ToArray() : Array.Empty<short>(); |
Contributor
|
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5292 |
|
Contributor
|
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5292 |
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.




No description provided.