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

18205 Fixed incorrect entity types #730

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

severinbeauvais
Copy link
Collaborator

Issue #: bcgov/entity#18205

Description of changes:

  • app version = 5.2.11
  • changed SP -> FR in Business Lookup list
  • changed ULC-> UL in Business Lookup list

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namerequest license (Apache 2.0).

- changed SP -> FR in Business Lookup list
- changed ULC-> UL in Business Lookup list
@severinbeauvais
Copy link
Collaborator Author

/gcbrun

@bcregistry-sre
Copy link
Collaborator

Temporary Url for review: https://namerequest-dev--pr-730-cvs5k9nw.web.app

EntityTypes.C,
EntityTypes.CC,
EntityTypes.CCC,
EntityTypes.CUL,
EntityTypes.CP,
EntityTypes.CR,
EntityTypes.CR, // BC Limited Company
EntityTypes.FR, // Sole Proprietorship
Copy link
Collaborator Author

@severinbeauvais severinbeauvais Oct 17, 2023

Choose a reason for hiding this comment

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

I tested FR by creating a name change NR for FM1056109 and verifying that corpnum was populated.

EntityTypes.GP,
EntityTypes.LLC,
EntityTypes.LP,
EntityTypes.PA,
EntityTypes.PAR,
EntityTypes.SO,
EntityTypes.SP,
EntityTypes.ULC,
EntityTypes.UL,
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 tested UL by creating a name change NR for BC0871495 and verifying that corpnum was populated.

EntityTypes.BC,
EntityTypes.BEN,
EntityTypes.BC, // Benefit Company
EntityTypes.BEN, // invalid?
Copy link
Collaborator Author

@severinbeauvais severinbeauvais Oct 17, 2023

Choose a reason for hiding this comment

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

I think BEN is invalid here but I'm not about to remove it in a hotfix without fully understanding how this list is used 😛

I also checked the other entries in this list, and I think they're OK, but there may be some types missing.

Copy link
Collaborator

@leodube-aot leodube-aot Oct 17, 2023

Choose a reason for hiding this comment

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

Yeah I agree I had a brief look through namex and I don't believe BEN is valid, but it is probably not worth removing on a hotfix.

@severinbeauvais severinbeauvais merged commit 7243cba into bcgov:main Oct 17, 2023
5 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.

4 participants