-
Notifications
You must be signed in to change notification settings - Fork 43
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
Vaccination Checklist not working properly #1288
Comments
@vedfordev |
…during checklist save
… to set Lead ChecklistItemDetail
@1t5j0y Done with the changes. currently it is working fine but it randomly set the order. |
@vedfordev We've put in a fix as part of this card to make the order of items in the JSON irrelevant. |
Describe the bug
"dependentOn" flag not working properly.
To Reproduce
Steps to reproduce the behaviour:
"dependentOn": "bf5d2cdb-0713-4005-8135-d757e8b68707",
Root cause:
select * from checklist_item_detail where uuid = 'ea4a2663-4a1f-4a59-b76e-c996a49a35af';
If we are updating via backend :
UPDATE public.checklist_item_detail SET dependent_on = 1166, last_modified_date_time = now() WHERE id = 1173;
Also check is_voided also working weirdly.
Analysis:
Try to follow the same steps above to reproduce the issue since the issue doesn't occur always.
Expected behaviour
Test Data
card
The text was updated successfully, but these errors were encountered: