BUG: UI - PID is not showing on Review and Details page
PID entered in Step 2 of the Rental Application is not showing up on the Review Page and Application Details for Host and Examiner page.
Review and Confirm
I do not think this was done?
was done in https://github.com/bcgov/STRR/pull/253
FAIL
Not showing PID on Application-details page. The data is there:
{
"header": {
"applicationDateTime": "2024-11-02T00:05:19.189058+00:00",
"applicationNumber": "21925762862430",
"decisionDate": null,
"examinerActions": [],
"examinerStatus": "Paid",
"hostActions": [],
"hostStatus": "Pending Approval",
"isCertificateIssued": false,
"name": "registration",
"paymentAccount": "1699",
"paymentStatus": "COMPLETED",
"paymentToken": 42184,
"reviewer": {},
"status": "PAID",
"submitter": {
"displayName": "BCREGTEST Delbert TWENTYFIVE",
"username": "bcsc/malpaovmqyxtxfdu47z54mwswuerbdni"
}
},
"registration": {
"listingDetails": [
{
"url": "https://www.airbnb.ca/your_listing123"
}
],
"primaryContact": {
"businessNumber": "",
"dateOfBirth": "1965-02-19",
"details": {
"emailAddress": "[email protected]",
"extension": "",
"faxNumber": "",
"phoneNumber": "6048313629",
"preferredName": ""
},
"mailingAddress": {
"address": "1239 Hillgrove Road",
"city": "North Saanich",
"country": "CA",
"postalCode": "V8L 5K7",
"province": "BC"
},
"name": {
"firstName": "BCREGTEST Delbert",
"lastName": "TWENTYFIVE"
},
"socialInsuranceNumber": "999 999 999"
},
"principalResidence": {
"agreedToRentalAct": false,
"agreedToSubmit": true,
"isPrincipalResidence": false,
"nonPrincipalOption": "Located in exempt community",
"specifiedServiceProvider": "n/a"
},
"registrationType": "HOST",
"unitAddress": {
"address": "15-3511 Granville Ave",
"addressLineTwo": "",
"city": "Richmond",
"country": "CA",
"nickname": "PID Test",
"postalCode": "V7C 1C8",
"province": "BC"
},
"unitDetails": {
"businessLicense": "BC123456",
"businessLicenseExpiryDate": "2025-10-31",
"hostResidence": "ANOTHER_UNIT",
"isUnitOnPrincipalResidenceProperty": true,
"numberOfRoomsForRent": 4,
"ownershipType": "OWN",
"parcelIdentifier": "999-999-999",
"propertyType": "SECONDARY_SUITE",
"rentalUnitSpaceType": "ENTIRE_HOME"
}
}
}
"parcelIdentifier": "999-999-999",
But page is not showing, see https://strr-ui-dev.web.app/application-details/21925762862430

Cannot test registration details because of wrong PID (Known issue with auto-approve).
Also I did not see the PID in the review page when submitting the applications.
Could not show the previous instance anymore.
But on registration-details PID (https://strr-ui-dev.web.app/registration-details/152) is not Showing (+ some other display issues)

Result of application: https://strr-ui-dev.web.app/application-details/42947718252008 (Entered as BCREG0026)
this seems like the old code.
when i log into that account and look at this application i see:

Now showing up in temp url:

Looks like it is there. Is it in the right Location @andyyanggov ?
https://strr-ui-dev.web.app/application-details/42947718252008

https://strr-ui-dev.web.app/registration-details/152

Looks right to me.
tested in Dev and it works. @mbertucci