-
Notifications
You must be signed in to change notification settings - Fork 12
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
24667 - fix missing body for filing when bootstrap business #108
Conversation
…n bootsrap business.
for proper test, needs validate PR in first |
/gcbrun |
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.
Can you please manually verify an amalgamation/continuation/incorporation/registration and show the results?
Temporary Url for review: https://business-dashboard-dev--pr-108-z69vntif.web.app SB says, try these:
|
const businessIdentifier = filing.businessIdentifier | ||
const url = new URL(window.location.href) | ||
url.pathname = `/${businessIdentifier}` | ||
window.location.assign(url.toString()) |
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.
How can I test this?
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.
waiting for Patricks PR to get merged in
/gcbrun |
Temporary Url for review: https://business-dashboard-dev--pr-108-z69vntif.web.app |
/gcbrun |
Temporary Url for review: https://business-dashboard-dev--pr-108-z69vntif.web.app |
/gcbrun |
Temporary Url for review: https://business-dashboard-dev--pr-108-z69vntif.web.app |
Continuation-in example (thank you Patrick !!) https://business-dashboard-dev--pr-108-z69vntif.web.app/TTk5dZdqlE |
The screenshots look good but not perfect. If you have time, check the whitespace below the button and the divider. |
*Issue:24667 *bcgov/entity#24667
Description of changes:
fix issue when no body shown for bootstrap filing when filing is completed (on bootstrap business screen)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namex license (Apache 2.0).