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

24041 Fix alteration of company type issues #597

Merged
merged 3 commits into from
Nov 12, 2024

Conversation

leodube-aot
Copy link
Collaborator

Issue #: /bcgov/entity#24041

Description of changes:

  • Changed getUpdatedName for businesses altering their type to CC/CCC. Talked to Dylan and the preference is to use "COMMUNITY CONTRIBUTION COMPANY LTD." suffix for numbered companies.

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

@leodube-aot
Copy link
Collaborator Author

/gcbrun

@bcregistry-sre
Copy link
Collaborator

Temporary Url for review: https://business-edit-dev--pr-597-r4jfzs0y.web.app

@leodube-aot leodube-aot merged commit 0d46499 into bcgov:main Nov 12, 2024
9 of 10 checks passed
@@ -459,7 +459,7 @@ export default class ChangeBusinessType extends Mixins(CommonMixin) {
}
if (this.isCommunityContribution) {
originalName = originalName.replace(' LTD.', '')
originalName += ' COMMUNITY CONTRIBUTION COMPANY'
originalName += ' COMMUNITY CONTRIBUTION COMPANY LTD.'
Copy link
Collaborator

Choose a reason for hiding this comment

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

I checked bcrs-shared-components and business-create-ui and no changes are needed there.

Copy link
Collaborator

@severinbeauvais severinbeauvais left a comment

Choose a reason for hiding this comment

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

LGTM

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.

6 participants