Changes between Initial Version and Version 1 of Ticket #801, comment 57
- Timestamp:
- Oct 20, 2015, 1:01:39 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #801, comment 57
initial v1 1 1 Design update: 2 2 3 * W hen javascripts sends a request to `LibPrepServlet` for downloading a reagent lot number file, parameter "`consumablesFileName`" should change name to"`referenceName`", since the name is only used in the name of the file to download, and in the future one might want to call this functionality in cases where the reference name is not a file name, but e.g. a kit name.3 * Wizards "Add new consumables lot number file" and "Inspect library preparation kit data" in sub-section "Reagent kit management wizards" should be updated when javascripts send a request to `LibPrepServlet` for downloading a reagent lot number file by exchanging name of parameter "`consumablesFileName`" for "`referenceName`", since the name is only used in the name of the file to download, and in the future one might want to call this functionality in cases where the reference name is not a file name, but e.g. a kit name. 4 4 5 5 1. Javascript file `add_consumables_lot_number_file.js` in `resources/libprep/` updated:[[BR]]a. Functions `downloadReagentLotNoFile()` and `downloadReagentLotNoFileResults(response)` updated by exchange of parameter name "`consumablesFileName`" for "`referenceName`", when calling `LibPrepServlet`.[[BR]]b. Function `submit()` updated by exchange of JSONObject key "`consumablesFileName`" for "`referenceName`", when calling `LibPrepServlet`.