Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSP-9451 : Lease/ Licence- Filters section-Separate PID and PIN in th… #4472

Merged
merged 4 commits into from
Nov 19, 2024

Conversation

eddherrera
Copy link
Collaborator

…e Search by section

@eddherrera eddherrera added the enhancement New feature or request label Nov 13, 2024
@eddherrera eddherrera self-assigned this Nov 13, 2024
Copy link
Contributor

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

Copy link
Contributor

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

1 similar comment
Copy link
Contributor

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


if (!string.IsNullOrWhiteSpace(filter.Pin))
{
var pinValue = filter.Pin.Replace("-", string.Empty).Trim().TrimStart('0');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A pins shouldn't have any hyphens, was there a reason for this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure about the PIN format but this is how it was handled before.

Copy link
Contributor

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

1 similar comment
Copy link
Contributor

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

@eddherrera eddherrera merged commit 288dcf8 into bcgov:dev Nov 19, 2024
9 checks passed
@eddherrera eddherrera deleted the psp-9451 branch November 20, 2024 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants