Skip to content
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

[RFT] Cannot read property 'name' of undefined #76

Open
BEULAHEVANJALIN opened this issue Apr 23, 2024 · 2 comments
Open

[RFT] Cannot read property 'name' of undefined #76

BEULAHEVANJALIN opened this issue Apr 23, 2024 · 2 comments
Assignees
Labels

Comments

@BEULAHEVANJALIN
Copy link

The issue lies with the 'Exit Date' field in the 'LAHI ALUMNI PROFILE Encounter' form.

rule_uuid: 49759a52-d0a1-4add-b355-099b5ba63b7e

@BEULAHEVANJALIN BEULAHEVANJALIN self-assigned this Apr 23, 2024
@BEULAHEVANJALIN BEULAHEVANJALIN transferred this issue from avniproject/calcutta-kids Apr 23, 2024
@BEULAHEVANJALIN
Copy link
Author

BEULAHEVANJALIN commented Apr 23, 2024

Before applying the prod bundle to UAT
Lend a Hand India.zip
Lend-a-hand-india UAT.zip


Uploaded the prod bundle to UAT on April 23rd.


The upload wasn't successful. There were a few errors like "concept UUID not found," "concept exists with a different UUID"...

errors-Lend a Hand India.csv.zip

@BEULAHEVANJALIN
Copy link
Author

Issues and Findings:

  1. No data is in the app. I logged in but can't find any (for master catchment). I could see some data for the master catchment in DB. Wondering why it isn't get synced to the mobile app.
select *
from individual
         left join address_level al on individual.address_id = al.id
         left join catchment_address_mapping cam on al.id = cam.addresslevel_id
         left join catchment on cam.catchment_id = catchment.id
where catchment.name = 'Master'
  and individual.is_voided is false;
  1. There are 4 program encounters (entity's UUID) listed in the rule failure table, but when I search for it, there's no record in program encounter table at all. Wondering if it might have been deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant