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
On a computer without a webcam, if I try to get a patient image using the webcam button it understandably fails. However if I then try to upload a patient image, it just says "Please wait for photo upload dialog to be launched".
This is because in capturePhoto.js, the line dialogOpen = true; is set in the function launchPhotoCapturePopup even if the webcam fails to launch.
Perhaps that line should be moved to just above captureDialogElement.dialog('open'); (2 places)
The text was updated successfully, but these errors were encountered:
On a computer without a webcam, if I try to get a patient image using the webcam button it understandably fails. However if I then try to upload a patient image, it just says "Please wait for photo upload dialog to be launched".
This is because in capturePhoto.js, the line
dialogOpen = true;
is set in the functionlaunchPhotoCapturePopup
even if the webcam fails to launch.Perhaps that line should be moved to just above
captureDialogElement.dialog('open');
(2 places)The text was updated successfully, but these errors were encountered: