-
Notifications
You must be signed in to change notification settings - Fork 31
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
update cancel unit note text on review and confirm screen #1600
update cancel unit note text on review and confirm screen #1600
Conversation
/gcbrun |
Temporary Url for review: https://bcregistry-assets-dev--pr-1600-et288yyt.web.app |
@@ -9,7 +9,8 @@ | |||
</p> | |||
|
|||
<p v-if="isCancelUnitNote" class="mb-15" data-test-id="cancel-note-info"> | |||
<b>Note:</b> Once this Cancel Note is registered, the original Notice of Caution will no longer | |||
<b>Note:</b> Once this Cancel Note is registered, the original | |||
{{ getCancelledUnitNoteHeader().replace(/[()]/g,"") }} will no longer |
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 can get the unit note info from unitNotes.ts
under the resources
folder.
E.g. UnitNotesInfo[doc_type_here].header
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 have made some modification, please review again, thank you
Codecov Report
@@ Coverage Diff @@
## main #1600 +/- ##
==========================================
+ Coverage 72.35% 77.32% +4.97%
==========================================
Files 307 379 +72
Lines 12767 7016 -5751
Branches 2630 1121 -1509
==========================================
- Hits 9237 5425 -3812
+ Misses 3518 1559 -1959
- Partials 12 32 +20
Flags with carried forward coverage won't be shown. Click here to find out more.
|
5dbfd7c
to
f62949a
Compare
/gcbrun |
Temporary Url for review: https://bcregistry-assets-dev--pr-1600-et288yyt.web.app |
f62949a
to
3e9af38
Compare
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. Would be great to support the update with a small unit test. Approved anyway.
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.
@dimak1 working on the tests, thank you |
3e9af38
to
6ce82de
Compare
/gcbrun |
Temporary Url for review: https://bcregistry-assets-dev--pr-1600-et288yyt.web.app |
Issue #: /bcgov/entity#18143
Description of changes:
updated cancel unit note text on review and confirm screen dynamically
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the PPR license (Apache 2.0).