-
Notifications
You must be signed in to change notification settings - Fork 45
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
24190 Fix BEN to CCC Alteration and Enable Continued-In Alterations #782
Conversation
- imported latest shared enums - updated conversion enum keys - updated BEN conversion logic (WIP) - sorted Conversion Types list data - added BEN -> CCC conversion - updated online alteration logic
/gcbrun |
1 similar comment
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-782-jvlgs0r3.web.app For testing: BEN: BC0883657 |
Awesome, thanks! I tried all of these :) You were not able to submit any of these NRs due the Namex not being ready yet, right? |
const entityType = ConversionTypes.find(conv => | ||
conv.value === nrRequestType && conv.origin_entity_type_cd === this.origin_entity_type_cd | ||
)?.entity_type_cd || null | ||
|
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.
Updated this logic to also check for the originEntityType since more than one ConversionType now maps back to the same NrRequestTypeCode (with the added entries for Continued-In business).
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-782-jvlgs0r3.web.app |
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.
Thanks for the extra fix. Looks good to me.
@eve-git , could you please review this PR and/or ping other devs who can? Thanks!
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#24190
Description of changes:
Changes as per Severin's WIP PR (#780)
Since added:
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).