-
Notifications
You must be signed in to change notification settings - Fork 46
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
Conversation
/gcbrun |
Temporary Url for review: https://business-edit-dev--pr-597-r4jfzs0y.web.app |
@@ -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.' |
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 checked bcrs-shared-components and business-create-ui and no changes are needed there.
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.
LGTM
Issue #: /bcgov/entity#24041
Description of changes:
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).