You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to patient tab
Click on any card with live consultation
click on files section
try to upload a file without a name or with name
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
The text was updated successfully, but these errors were encountered:
Describe the bug
similar error is thrown across : Consent record page, patient consultation file section
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered: