diff --git a/ppr-ui/src/components/common/Remarks.vue b/ppr-ui/src/components/common/Remarks.vue index 7cf165db7..15ed40a52 100644 --- a/ppr-ui/src/components/common/Remarks.vue +++ b/ppr-ui/src/components/common/Remarks.vue @@ -7,7 +7,7 @@ @@ -35,12 +35,19 @@ + v-model="hasAdditionalRemarks" + > + + diff --git a/ppr-ui/src/components/mhrTransfers/TransferType.vue b/ppr-ui/src/components/mhrTransfers/TransferType.vue index d146c2747..d27d217d8 100644 --- a/ppr-ui/src/components/mhrTransfers/TransferType.vue +++ b/ppr-ui/src/components/mhrTransfers/TransferType.vue @@ -111,7 +111,7 @@ :disabled="disableSelect" :rules="declaredValueRules" :hint="declaredHomeValueHint" - persistent-hint="true" + :persistent-hint="true" data-test-id="declared-value" /> .00 diff --git a/ppr-ui/src/resources/unitNotes.ts b/ppr-ui/src/resources/unitNotes.ts index b332b471d..f0cbc1c8b 100644 --- a/ppr-ui/src/resources/unitNotes.ts +++ b/ppr-ui/src/resources/unitNotes.ts @@ -166,7 +166,8 @@ export const remarksContent = { description: 'Remarks will be shown when a search result is produced for this manufactured home.', sideLabel: 'Add Remarks', sideLabelCancelNote: 'Remarks', - checkboxLabel: 'A notice pursuant to section 645/656 of the Local Government Act was filed' + checkboxLabel: 'A notice pursuant to Division 7 of Part 16 of the Local Government Act ' + + 'or other applicable legislation has been filed' } // List of Unit Notes that can put MHR in Locked state for Qualified Suppliers diff --git a/ppr-ui/tests/unit/UnitNotePanels.spec.ts b/ppr-ui/tests/unit/UnitNotePanels.spec.ts index a46921530..74f06281b 100644 --- a/ppr-ui/tests/unit/UnitNotePanels.spec.ts +++ b/ppr-ui/tests/unit/UnitNotePanels.spec.ts @@ -18,7 +18,12 @@ import { } from './test-data' import { BaseAddress } from '@/composables/address' import { pacificDate, shortPacificDate } from '@/utils' -import { ResidentialExemptionQSDropDown, ResidentialExemptionStaffDropDown, UnitNotesInfo, cancelledWithRedemptionNote } from '@/resources/unitNotes' +import { + ResidentialExemptionQSDropDown, + ResidentialExemptionStaffDropDown, + UnitNotesInfo, + cancelledWithRedemptionNote +} from '@/resources/unitNotes' import { CancelUnitNoteIF, UnitNoteIF, UnitNotePanelIF } from '@/interfaces' import { getTestId } from './utils' import { useMhrUnitNote } from '@/composables'