-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Well Driller/Pump Installer Registry - Qualified to Drill auto selection broken #1839
Comments
Goulet, Dan [X] (Inactive) added a comment - 01/Apr/21 11:42 AM I've reviewed this and attempted to fix it. I'd imagine this is larger than a 3, could be an 8. I've provided more technical bits, where the issues are, and likely the things that need to be completed, in hopes of helping in the future: Code: Using current release branch What is this? The frontend component at registry/components/people/ApplicationAddEdit.vue supports viewing, adding and editing of Classification & Qualifications get code, docker-compose up stack traces on attempting to save new classifications, regardless of whether or not the frontend code allows selection of classification/qualified to drill. issues with copying values around in registry/components/people/ApplicationAddEdit.vue in the copyFormData (notice that the copyFormData method is only consumed by the data () { return qualificationForm: this.copyFormData(this.value) } there's a watch named qualificationForm that has a handler, this watch (observable/reactivity) is broken when you use the Add feature. Putting a console.log in watch qualificationForm handler will demonstrate this (try the different scenarios such as view/edit/add and you'll notice the watch is broken only when registration occurs) |
This bug still persist: Describe the Bug This auto select works fine when creating a new registry. Expected Behaviour Actual Behaviour ** Steps To Reproduce**
|
The auto selected "qualified to drill" section is not being auto populated when a classification is added to an existing driller/pump installer. It appears to work fine when a new one is added.
WHEN WAS IT IDENTIFIED?
January 2021
WHAT IS THE IMPACT?
Applications for registration as drillers or well pump installers are missing information required under the Act.
NOTES:
Identified during testing of OpenShift4 migration; however, issue exists in PROD.
https://apps.nrs.gov.bc.ca/int/jira/browse/WATER-1607
The text was updated successfully, but these errors were encountered: