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
Tribunal33 opened this issue
Dec 14, 2024
· 2 comments
Labels
Bug:1:LowA bug that does not have a severe consequence or affects a small number of users.Try MeThis issue might be good for a new contributor. Can you help us?
Describe the bug
Seems to be an issue with upload module on 3.4 and 3.5 versions. There are two issues. First, is after selecting a file to upload the cancel button no longer prevents the uploaded of the file to show up on the submission list. Second, the cancel button doesn't immediately close the workflow and when the user selects continue it shows that there is a file not found error in the console.
Potentially connected to #10660 but not the revision scenario.
Preconditions :
Default dataset
To Reproduce
Steps to reproduce the behavior:
Login using any user that can upload a file
Select any submission or go to any upload file workflow (used ID 13 Kumiega for example)
Select Upload to open the upload file window
Select "This is not a revision of an existing file" <-- don't know how important these steps are
Select any Article Component from the dropdown list
Select Upload File
Choose a file to upload
Select Cancel <--- after one cancel being selected the window should close
Select Cancel again for first issue in which the cancelled upload is added to the file list
Select Continue for the second issue with the dev console open to see the error message (in screenshot below)
Actual : The first issue results in the file being added to the list even though the user tries to cancel the upload. The second issue shows an error in the console. Expected: The file should not be uploaded if the user selects Cancel at any point in the workflow and no error in console when selecting continue.
What application are you using?
OJS, OMP or OPS version 3.4.0 and 3.5.0
Additional information
Please add any screenshots, logs or other information we can use to investigate this bug report.
The text was updated successfully, but these errors were encountered:
I think that has a similar root problem but not exactly the same. The problem is that it adds a file that is cancelled rather than removing an existing file.
Bug:1:LowA bug that does not have a severe consequence or affects a small number of users.Try MeThis issue might be good for a new contributor. Can you help us?
Describe the bug
Seems to be an issue with upload module on 3.4 and 3.5 versions. There are two issues. First, is after selecting a file to upload the cancel button no longer prevents the uploaded of the file to show up on the submission list. Second, the cancel button doesn't immediately close the workflow and when the user selects continue it shows that there is a file not found error in the console.
Potentially connected to #10660 but not the revision scenario.
Preconditions :
Default dataset
To Reproduce
Steps to reproduce the behavior:
Actual : The first issue results in the file being added to the list even though the user tries to cancel the upload. The second issue shows an error in the console.
Expected: The file should not be uploaded if the user selects Cancel at any point in the workflow and no error in console when selecting continue.
What application are you using?
OJS, OMP or OPS version 3.4.0 and 3.5.0
Additional information
Please add any screenshots, logs or other information we can use to investigate this bug report.
The text was updated successfully, but these errors were encountered: