Skip to content

Bug: When a strata hotel registration is renewed, the "Property/Unit Type" is not being copied into renewal #1080

@victorc-bcgov

Description

@victorc-bcgov

Observed Behaviour

When a Host registration with a strata hotel PR exemption or a Strata Hotel registration is being renewed, the "Short-term Rental Property/Unit Type" is not being populated properly. During the renewal process, this field is read-only, meaning that the user cannot set this field to a valid value which is required to pass form validation.

Expected Behaviour

When a Host registration with a strata hotel PR exemption or a Strata Hotel registration is being renewed, the "Short-term Rental Property/Unit Type" will be populated properly.

Additional Details

  • Example of unitDetails stanza in Registration
"unitDetails": {
	"blExemptReason": null,
	"blRequired": null,
	"businessLicense": null,
	"businessLicenseExpiryDate": null,
	"hostResidence": "ANOTHER_UNIT",
	"hostType": null,
	"isUnitOnPrincipalResidenceProperty": false,
	"jurisdiction": null,
	"numberOfRoomsForRent": 2,
	"ownershipType": "CO_OWN",
	"parcelIdentifier": "",
	"prExemptReason": "STRATA_HOTEL",
	"prRequired": null,
	"propertyType": "CONDO_OR_APT",
	"rentalUnitSetupOption": null,
	"rentalUnitSpaceType": "ENTIRE_HOME",
	"strataHotelCategory": null,
	"strataHotelRegistrationNumber": null
},

Screenshot

image.png

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions