fatty- / daisy-pipeline

Automatically exported from code.google.com/p/daisy-pipeline
0 stars 0 forks source link

Cancelled file uploads in the web UI count negatively towards uploaded file count #302

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. create a job. Uploaded file count = 0
2. start uploading a file and then cancel it
3. Uploaded file count = -1
4. start uploading another file. Uploaded file count = 0.
5. cancel it as well
6. Uploaded file count = -2

Tested with IE 9 / Win 7. Have not tried to reproduce elsewhere.

Original issue reported on code.google.com by marisa.d...@gmail.com on 25 Apr 2013 at 5:03

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by josteinaj@gmail.com on 26 Apr 2013 at 9:15

GoogleCodeExporter commented 9 years ago
Fixed in commit 2e797d67a2: 
https://github.com/daisy-consortium/pipeline-webui/commit/2e797d67a2e927d942df3c
c136cb9534b381ae2e

The issue was OS- and browser-independent. Total file count were subtracted 
twice (in two different event handlers).

Original comment by josteinaj@gmail.com on 26 Jun 2013 at 3:28