-
Notifications
You must be signed in to change notification settings - Fork 45
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
16577 - Alteration - Name Request changes #518
Conversation
Codecov Report
@@ Coverage Diff @@
## main #518 +/- ##
==========================================
+ Coverage 87.11% 87.21% +0.10%
==========================================
Files 207 207
Lines 3919 3935 +16
Branches 510 510
==========================================
+ Hits 3414 3432 +18
+ Misses 491 489 -2
Partials 14 14
|
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
`${GetCorpFullDescription(nr.entity_type_cd)} to ${GetCorpFullDescription(nr.legalType)} ` + | ||
`does not match the current business type ` + | ||
`<b>${GetCorpFullDescription(this.getEntityType)}</b>.\n\n` + | ||
`The Name Request type must match the business type before you can continue.</p>` |
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.
When using the back-tick for strings, you need to add lines together. You can do this:
dialogContent = `line 1
line 2
line 3`
See if it looks cleaner.
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'll try this one in the next PR - after QA
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 Travis!
Thank you both |
Issue #: /bcgov/entity#16577
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the bcrs-entities-create-ui license (Apache 2.0).