-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Labels
Category: BugPR or issue that aims to report or fix a bugPR or issue that aims to report or fix a bug
Description
Describe the bug
On trying to upload a phantom scan (no requirements for file name), the progress bar goes to 100%, but nothing happens (success swal doesn't pop up, page not redirected). In console log, we get a 500 error and a JS uncaught type error:
Additionally, this issue happens: #6288
To Reproduce
Steps to reproduce the behavior (attach screenshots if applicable):
- Go to 'Imaging Uploader' module
- Click on 'Upload' tab
- Fill in the form: 'Phantom Scans': Yes
- Upload a file into 'File to Upload' field, with any name but with correct file types .tgz or tar.gz or .zip
- Click 'Submit'
- See console log errors as in the screenshot above. No swal pops up where it should.
What did you expect to happen?
On clicking 'Submit', the upload should be successful, or if not, a swal with the corresponding error should pop up to notify the user.
Metadata
Metadata
Assignees
Labels
Category: BugPR or issue that aims to report or fix a bugPR or issue that aims to report or fix a bug
