-
Notifications
You must be signed in to change notification settings - Fork 44
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
18532 - AM Button Implementation #748
18532 - AM Button Implementation #748
Conversation
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-748-w80ga369.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.
I think you need to update something in App.vue as well, somewhere around here: fixed now
Line 261 in 4ca645b
const nr = JSON.parse(sessionStorage.getItem('NR_DATA')) |
This is in case the user was initially not logged in and was redirected to log in, to resume the flow when they return to Namerequest UI.
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.
You also need to update existing-request-display.vue to handle your second "todo checkbox" in your ticket. fixed now
It should look like this, except "Amalgamate Now":
This ties in to my comment about updating getBusinessRequest().
If this doesn't fit in your current ticket's estimate, let me know and we'll create a new ticket for it.
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-748-w80ga369.web.app |
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-748-w80ga369.web.app |
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-748-w80ga369.web.app |
Temporary Url for review: https://namerequest-dev--pr-748-w80ga369.web.app |
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-748-w80ga369.web.app |
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-748-w80ga369.web.app |
James, please indicate here (or better, in the ticket), what testing you've done, including:
Thanks. |
/gcbrun |
header: { accountId, name }, | ||
incorporationApplication: { | ||
nameRequest: { legalType, nrNumber } | ||
if (nr.request_action_cd === 'AML') { |
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.
This looks correct now - thanks.
If you're ever in here again -- perish the thought! -- use NrRequestActionCodes.AMALGAMATE
instead of "AML". (This isn't worth a new commit on its own.)
Temporary Url for review: https://namerequest-dev--pr-748-w80ga369.web.app |
James, are you ready to merge this, or do you want to do a bit more testing first? |
@jamespaologarcia , I wrote this on Nov 29. What's your answer please? |
Hi, I sent the PR link to Omid. I'm waiting for confirmation before I merge it. |
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
James replied: "All good from my side. I tested the cases you pointed out to me." |
Issue #: /bcgov/entity#18532
Added implementation for amalgamate now button.
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).