diff --git a/ppr-ui/devops/vaults.env b/ppr-ui/devops/vaults.env index 04ec981ad..7b5e9bee5 100644 --- a/ppr-ui/devops/vaults.env +++ b/ppr-ui/devops/vaults.env @@ -12,6 +12,7 @@ VUE_APP_BCOL_STAFF_PARTY_CODE="op://ppr/$APP_ENV/ppr-ui/BCOL_STAFF_PARTY_CODE" #vaults web-url VUE_APP_REGISTRY_URL="op://web-url/$APP_ENV/registry/REGISTRY_URL" VUE_APP_AUTH_WEB_URL="op://web-url/$APP_ENV/auth-web/AUTH_WEB_URL" +VUE_APP_DOCUMENTS_UI_URL="op://web-url/$APP_ENV/documents-ui/DOCUMENTS_UI_URL" VUE_APP_SITEMINDER_LOGOUT_URL="op://web-url/$APP_ENV/siteminder/SITEMINDER_LOGOUT_URL" #vaults API @@ -24,6 +25,9 @@ VUE_APP_MHR_API_KEY="op://API/$APP_ENV/ppr-api/MHR_API_KEY" VUE_APP_LTSA_API_URL="op://API/$APP_ENV/ltsa-api/LTSA_API_URL" VUE_APP_LTSA_API_VERSION="op://API/$APP_ENV/ltsa-api/LTSA_API_VERSION" VUE_APP_LTSA_API_KEY="op://API/$APP_ENV/ltsa-api/LTSA_API_KEY" +VUE_APP_DOC_API_URL="op://API/$APP_ENV/doc-api/DOC_API_URL" +VUE_APP_DOC_API_VERSION="op://API/$APP_ENV/doc-api/DOC_API_VERSION" +VUE_APP_DOC_API_KEY="op://API/$APP_ENV/doc-api/DOC_API_KEY" VUE_APP_AUTH_API_URL="op://API/$APP_ENV/auth-api/AUTH_API_URL" VUE_APP_AUTH_API_VERSION="op://API/$APP_ENV/auth-api/AUTH_API_VERSION" VUE_APP_STATUS_API_URL="op://API/$APP_ENV/status-api/STATUS_API_URL" diff --git a/ppr-ui/package-lock.json b/ppr-ui/package-lock.json index fef2f509b..ac214f44d 100644 --- a/ppr-ui/package-lock.json +++ b/ppr-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "ppr-ui", - "version": "3.2.66", + "version": "3.2.67", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ppr-ui", - "version": "3.2.66", + "version": "3.2.67", "dependencies": { "@bcrs-shared-components/input-field-date-picker": "^1.0.0", "@lemoncode/fonk": "^1.5.1", diff --git a/ppr-ui/package.json b/ppr-ui/package.json index dc9fbb5cf..ae5bb2a57 100644 --- a/ppr-ui/package.json +++ b/ppr-ui/package.json @@ -1,6 +1,6 @@ { "name": "ppr-ui", - "version": "3.2.66", + "version": "3.2.67", "private": true, "appName": "Assets UI", "sbcName": "SBC Common Components", diff --git a/ppr-ui/src/components/mhrTransfers/TransferDetails.vue b/ppr-ui/src/components/mhrTransfers/TransferDetails.vue index a807c4d86..e221f3288 100644 --- a/ppr-ui/src/components/mhrTransfers/TransferDetails.vue +++ b/ppr-ui/src/components/mhrTransfers/TransferDetails.vue @@ -83,7 +83,7 @@ class="pl-3" >

- Is the manufactured home located on land that the + Will the manufactured home be located on land that the {{ isNewHomeOwner ? 'new' : '' }} homeowners own or on land that they have a registered lease of 3 years or more?

diff --git a/ppr-ui/src/components/mhrTransportPermit/ConfirmCompletionContent/LocationChangeConfirmCompletion.vue b/ppr-ui/src/components/mhrTransportPermit/ConfirmCompletionContent/LocationChangeConfirmCompletion.vue index 44241c2d6..a21ddef88 100644 --- a/ppr-ui/src/components/mhrTransportPermit/ConfirmCompletionContent/LocationChangeConfirmCompletion.vue +++ b/ppr-ui/src/components/mhrTransportPermit/ConfirmCompletionContent/LocationChangeConfirmCompletion.vue @@ -24,7 +24,7 @@ A certificate or confirmation in electronic format that confirms that no property taxes are unpaid. Reference Manufactured Home Act sections 25 and 26(2). - showing that all local taxes for the current year have been paid is required for + showing that all local taxes for the current year have been paid is required in most cases for manufactured homes that:
    - showing that all local taxes for the current year have been paid is required for + showing that all local taxes for the current year have been paid is required in most cases for manufactured homes that:
      { expect(locationChange.findComponent(TaxCertificate).exists()).toBe(true) const homeLandOwnershipText = locationChange.findComponent(HomeLandOwnership).text() - expect(homeLandOwnershipText).toContain('Is the manufactured home') + expect(homeLandOwnershipText).toContain('Will the manufactured home') }) it('should render all validation errors', async () => {