bcgov / bcrs-shared-components

BCRS Shared Components is a multi-package Lerna repository of shared Vue components, each published individually and that you can explore/ develop/ document/ test using Storybook.
https://bcgov.github.io/bcrs-shared-components/
Apache License 2.0
3 stars 30 forks source link

17137 Updated misc Corp Type Codes #187

Closed severinbeauvais closed 1 year ago

severinbeauvais commented 1 year ago

Issue #: bcgov/entity#17137

Description of changes:

Ref: request_types.pdf

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

severinbeauvais commented 1 year ago

As far as I can tell, the 3 enums that I renamed aren't used in any of our UIs (except the feature branch for Namerequest UI, where I will update it shortly).

This change will allow me to get rid of the "Other" enum in Namerequest UI and map EntityType entirely to CorpTypeCd. Ref: https://github.com/bcgov/namerequest/pull/622#issuecomment-1624201058

severinbeauvais commented 1 year ago

The EditShareStructure failing unit tests above pre-existed this PR. There is ticket 16965 to fix them later.