-
Notifications
You must be signed in to change notification settings - Fork 16
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
24659 - Implement Withdraw Action in Ledger #119
24659 - Implement Withdraw Action in Ledger #119
Conversation
/gcbrun |
1 similar comment
/gcbrun |
Temporary Url for review: https://business-dashboard-dev--pr-119-aql2sz14.web.app |
@@ -167,7 +172,7 @@ const correctionFormSubmit = async function () { | |||
filingError.value = 'Unable to get correction filing id' | |||
return | |||
} | |||
const path = `/${currentBusiness.value.identifier}/correction/` | |||
const path = `/${currentBusinessIdentifier.value}/correction/` |
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.
Please call out this fix in your ticket so that QA knows to verify this.
@patrickpeinanw Any idea why the setup-job check failed? |
related to: https://www.githubstatus.com/? |
/gcbrun |
Temporary Url for review: https://business-dashboard-dev--pr-119-aql2sz14.web.app |
@severinbeauvais I recommend reverting back to the old dependencies just like in PR #118. If you want to update the lock files, it can be done in a separate PR and we need to ensure all tests are passing locally. |
/gcbrun |
Temporary Url for review: https://business-dashboard-dev--pr-119-aql2sz14.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.
LGTM. Arwen's PR is now merged, so please rebase and update the app version.
Also, please get another approval.
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 stuff! 👍
022f82f
to
cb83a0b
Compare
/gcbrun |
Temporary Url for review: https://business-dashboard-dev--pr-119-aql2sz14.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.
Nice work
package.json
Outdated
@@ -2,7 +2,7 @@ | |||
"name": "bcros-business-dashboard", | |||
"private": true, | |||
"type": "module", | |||
"version": "1.0.1", | |||
"version": "1.0.2", |
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.
Please rebase again. The version is already 1.0.2.
https://github.com/bcgov/business-dashboard-ui/blob/main/package.json
/gcbrun |
Temporary Url for review: https://business-dashboard-dev--pr-119-aql2sz14.web.app |
*Issue:*bcgov/entity#24659
Description of changes:
Try:
Regular Businesss: https://business-dashboard-dev--pr-119-aql2sz14.web.app/BC0883803/?accountid=3627&accountid=3627
Bootstrap Business: https://business-dashboard-dev--pr-119-aql2sz14.web.app/TJes1p4Er5/?accountid=3627&accountid=3627
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).