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
Upload a scan which was already uploaded and which has either 'Not Started' or 'Failure' status in the Progress column. Ensure you get the Warning message 'Are you sure? A file with this name already exists! Would you like to override existing file?'. Ensure the correct behaviour of the two possible actions by the user: 'Yes, I am sure!' or 'No, cancel it!'.
[Manual Testing]
When selecting 'Yes' to overwrite the file, the upload does not begin. Console error shows callback is not set.
To Reproduce
Steps to reproduce the behavior (attach screenshots if applicable):
Upload a file that already exists.
Select 'Yes' when presented with this message:
Observe that upload does not begin.
What did you expect to happen?
For the upload to occur.
The text was updated successfully, but these errors were encountered:
…y start when overwriting a file. (#7084)
This PR fixes a bug that would prevent the imaging uploader from starting automatically even if you had the imaging uploader auto-launch set to true and your current upload overwrote an existing file.
It replaces the swal1 style callback function invocations to swal2 style JS promises.
Resolves#6978
spell00
pushed a commit
to spell00/Loris
that referenced
this issue
Nov 4, 2020
…y start when overwriting a file. (aces#7084)
This PR fixes a bug that would prevent the imaging uploader from starting automatically even if you had the imaging uploader auto-launch set to true and your current upload overwrote an existing file.
It replaces the swal1 style callback function invocations to swal2 style JS promises.
Resolvesaces#6978
…y start when overwriting a file. (aces#7084)
This PR fixes a bug that would prevent the imaging uploader from starting automatically even if you had the imaging uploader auto-launch set to true and your current upload overwrote an existing file.
It replaces the swal1 style callback function invocations to swal2 style JS promises.
Resolvesaces#6978
Describe the bug
Step 9 of test plan:
When selecting 'Yes' to overwrite the file, the upload does not begin. Console error shows callback is not set.
To Reproduce
Steps to reproduce the behavior (attach screenshots if applicable):
What did you expect to happen?
For the upload to occur.
The text was updated successfully, but these errors were encountered: