-
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
16636 Show designation for amalgamation NRs #660
16636 Show designation for amalgamation NRs #660
Conversation
- now show designation for amalgamation NR - added a code comment to help future devs
@@ -401,7 +401,6 @@ export default class Search extends Mixins(CommonMixin, NrAffiliationMixin) { | |||
} | |||
|
|||
get showDesignation (): boolean { | |||
if (this.isAmalgamation) return false |
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 hid the designation for amalgamation NRs, but startAnalyzeName()
expected a designation, so the user was blocked after they clicked "Check this Name". And the error was not displayed in the designation component because it was not rendered!
I know the code I've deleted looks intentional but there's no comment telling me about this business rule so I assume it's incorrect. (Especially since it blocked named amalgamation NRs.)
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.
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, that is the correct screen. Thanks for comparing with NR UI in Dev -- makes me feel better about this change because I haven't received a lot of straight answers today :)
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.
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
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-660-h1k6oax7.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.
👍
511f7bd
into
bcgov:feature-way-of-navigating
- now show designation for amalgamation NR - added a code comment to help future devs
- now show designation for amalgamation NR - added a code comment to help future devs
- now show designation for amalgamation NR - added a code comment to help future devs
Issue #: bcgov/entity#16636
Description of changes:
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).