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

Patient file upload functionalities are malfunctioning #8605

Closed
1 of 6 tasks
nihal467 opened this issue Sep 24, 2024 · 1 comment · Fixed by #8638
Closed
1 of 6 tasks

Patient file upload functionalities are malfunctioning #8605

nihal467 opened this issue Sep 24, 2024 · 1 comment · Fixed by #8638
Assignees
Labels
bug Something isn't working P1 breaking issue or vital feature

Comments

@nihal467
Copy link
Member

nihal467 commented Sep 24, 2024

Describe the bug

  • Currently, when we try to upload a file to the patient consultation page, it throws an error, the name is a required field, even after we mention the file name in the input field along with the file

similar error is thrown across : Consent record page, patient consultation file section

  • When we record and save an audio file, the file name is auto-filled, and if we click the upload button twice, the same file is uploaded twice.

To Reproduce
Steps to reproduce the behavior:

  1. Go to patient tab
  2. Click on any card with live consultation
  3. click on files section
  4. try to upload a file without a name or with name
  5. See error

Expected behavior

  • Frontend validation should be there to check whether the file name field is filled
  • The upload functionality should work properly
  • the file name field shouldn't auto-fill based on the name of the file
  • there should be only one request processed incase user click on the upload button multiple times

Screenshots

image

@nihal467 nihal467 added bug Something isn't working P1 breaking issue or vital feature labels Sep 24, 2024
Copy link

⚠️ Refrain from assigning this issue to yourself if you have another P1 issue assigned that is not yet closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 breaking issue or vital feature
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants