-
Notifications
You must be signed in to change notification settings - Fork 18
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
Bug fix - To do Draft for Voluntary Dissolution #56
Conversation
/gcbrun |
Temporary Url for review: https://business-dashboard-dev--pr-56-vk88vcgm.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.
LGM with a question
|
||
switch (filingType) { | ||
case FilingTypes.ALTERATION: | ||
case FilingTypes.DISSOLUTION: |
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.
Just a question, so for delete button show we treat both alteration and dissolution as if it is special resolution ?
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.
Yes. The switch statement is copied from the old codebase. I misunderstood the logic before.
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.
Looks good to me
*Issue:*bcgov/entity#23569
Description of changes:
Fix the bug for a draft voluntary dissolution, to properly display the title and action button. Mismatch resolved.
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).