bcgov / bcgov/entity

PPR UI - Unable to Complete CL Registration - Life

Open
#29,549 4 comments 0 reactions 0 assignees View on GitHub
Assets bug Priority2
Dominant language
JavaScript
Stars
23
Forks
62
Avg merge
24m
Merged PRs (30d)
1

Description

From OPs ticket https://sbc-registries.atlassian.net/browse/ITOPS-190495
User walking through the steps indicates a commercial lien for a motor vehicle (crane not listed) for a 1 year period. after all fields are completed - user received an error of registration length. Going back to the registration length - tried 2 years, then review and confirmed - error still appears.

Update from OPs ticket, the user was entering "1 year" instead of 1 for the life. Update UI validation?
- [ ] Restrict registration field length to numbers

UI review and confirm validation error, unable to enter life.
Screenshots from ops ticket:
image001.jpg

image002.jpg

Draft JSON:
```
{
"createDateTime": "2025-07-14T19:35:18+00:00",
"financingStatement": {
"clientReferenceId": "",
"debtors": [
{
"businessName": "Peak North America",
"personName": {
"first": "",
"middle": "",
"last": ""
},
"birthDate": "",
"address": {
"country": "CA",
"street": "401-1777 3rd Ave",
"streetAdditional": "",
"city": "Prince George",
"region": "BC",
"postalCode": "V2L 3G7",
"deliveryInstructions": ""
},
"action": "ADDED"
}
],
"documentId": "D11246830",
"generalCollateral": [
{"description": "

Performed maintenance, service and repairs on unit<\/p>"}
],
"lifeInfinite": false,
"lifeYears": null,
"registeringParty": {
"businessName": "GH Equipment Ltd.",
"emailAddress": "",
"code": "",
"address": {
"street": "10150 North Kelly Rd",
"streetAdditional": "10150 North Kelly Road",
"city": "Prince George",
"region": "BC",
"postalCode": "V2K 5V3",
"country": "CA",
"deliveryInstructions": ""
}
},
"securedParties": [],
"trustIndenture": false,
"type": "CL",
"vehicleCollateral": [
{
"id": 1,
"type": "MV",
"serialNumber": "547522",
"model": "GR-750-2-00101",
"make": "Tatano 75t",
"year": "2012",
"action": "ADDED"
},
{
"id": 2,
"type": "MV",
"serialNumber": "*Cat0236DLSEN00288",
"model": "Skidsteere",
"make": "Cat",
"year": "",
"action": "ADDED"
},
{
"id": 3,
"type": "MV",
"serialNumber": "XR1270071291755",
"model": "1270",
"make": "XTREME",
"year": "",
"action": "ADDED"
}
]
},
"lastUpdateDateTime": "2025-07-14T19:37:24+00:00",
"type": "FINANCING_STATEMENT"
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.