fatty- / daisy-pipeline

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

webui: Better filenames for results (single-file and multi-file) #385

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run a script that produces a single output file
2. Click the big green success button to download the result
3. Run a script that produces multiple output files
4. Click the big green success button to download the results

What is the expected output? What do you see instead?
The resulting filename, whether it's a single-file or multi-file result, is 
based on the automatically generated job nicename.

It would be better to use:
* [jobId].zip for multi-file results
* the filename as reported by the DP2 Web API for single-file results

Original issue reported on code.google.com by josteinaj@gmail.com on 17 Mar 2014 at 12:17