-
Notifications
You must be signed in to change notification settings - Fork 55
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
25294 - Submit NoW for Bootstrap Filing #712
25294 - Submit NoW for Bootstrap Filing #712
Conversation
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
src/App.vue
Outdated
@@ -624,6 +625,12 @@ export default class App extends Mixins( | |||
const filing = response?.filing | |||
const filingName = filing.header?.name as FilingTypes | |||
const status = filing.header.status as FilingStatus | |||
const foundingDate = filing.header?.effectiveDate // use the FE date as the founding date |
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.
Use the FE date as the founding date
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.
Great comment, thanks!
Can Submit now. Test: Amalgamation: https://business-filings-dev--pr-712-mw95fpzl.web.app/T8hhtIGwyy/notice-of-withdrawal?filingToBeWithdrawn=158447&filingId=0 Registration: Registrations can't be FE |
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: Qin <[email protected]>
// special case to identify numbered amalgamations | ||
if (filingName === FilingTypes.AMALGAMATION_APPLICATION) { | ||
this.setLegalName(nameRequest.legalName || 'Numbered Amalgamated Company') | ||
} else { this.setLegalName(nameRequest.legalName || GetCorpNumberedDescription(this.getLegalType)) } | ||
|
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.
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
/gcbrun |
Quality Gate failedFailed conditions |
Temporary Url for review: https://business-filings-dev--pr-712-mw95fpzl.web.app |
Issue #: /bcgov/entity#25294
Description of changes:
Reason: Bootstrap filings don't have those 3 properties set up - founding date, legal name and Registered Office email.
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).