-
Notifications
You must be signed in to change notification settings - Fork 24
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
Conversation
…e Search by section
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4472 |
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4472 |
1 similar comment
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'); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4472 |
1 similar comment
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4472 |
…e Search by section