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

BUG: Medicine tab in Patient dashboard #3498

Closed
aparnacoronasafe opened this issue Aug 29, 2022 · 2 comments · Fixed by #3499
Closed

BUG: Medicine tab in Patient dashboard #3498

aparnacoronasafe opened this issue Aug 29, 2022 · 2 comments · Fixed by #3499
Assignees
Labels

Comments

@aparnacoronasafe
Copy link
Member

Describe the bug
When user clicks on medicine tab in patient dashboard (https://care.coronasafe.in/facility/bd466cf6-0fde-46b1-9591-0acf9d955dd1/patient/ffa59df5-ba15-4310-a376-a4c01f0667eb/consultation/81cafbea-af86-4d8a-8c1c-38e0f279ecbb/medicines) redirected to a blank page

To Reproduce
Steps to reproduce the behavior:

  1. Go to Patient dashboard https://care.coronasafe.in/facility/bd466cf6-0fde-46b1-9591-0acf9d955dd1/patient/ffa59df5-ba15-4310-a376-a4c01f0667eb/consultation/81cafbea-af86-4d8a-8c1c-38e0f279ecbb
  2. Click on Medicine Tab
  3. See blank page

Expected behavior
The details in prescription must come up

Desktop (please complete the following information):

  • OS: [e.g. MacOS]
  • Browser [ chrome, ]
@khavinshankar khavinshankar self-assigned this Aug 29, 2022
@khavinshankar
Copy link
Member

@nihal467 The default value (initial value) of the prn_prescription was {} (object), but once we changed it or edited it the value changes to [] (empty array or array with presc).

so that initial object was causing the issue.

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

Successfully merging a pull request may close this issue.

3 participants