Changes between Initial Version and Version 1 of Ticket #816, comment 17


Ignore:
Timestamp:
Oct 20, 2015, 12:57:17 PM (9 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #816, comment 17

    initial v1  
    1 (In [3552]) Refs #801. Refs #816. Wizards "Add new consumables lot number file" and "Add new library preparation kit" in sub-section "Reagent kit management wizards" updated when downloading a library preparation reagent lot number file to have the file name contain prefix "-exp-" before the expiration date, in order to clearly indicate that the date signifies an expiration date. (Previously, only prefix "-" was used.)
     1(In [3552]) Refs #801. Refs #816. Wizard "Add new consumables lot number file" in sub-section "Reagent kit management wizards" updated when downloading a library preparation reagent lot number file to have the file name contain prefix "-exp-" before the expiration date, in order to clearly indicate that the date signifies an expiration date. (Previously, only prefix "-" was used.)
    22
    33 1. Java servlet  class/file `LibPrepServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated:[[BR]]a. Protected method `void doGet(HttpServletRequest req, HttpServletResponse resp)` updated for command "`DownloadReagentLotNoFile`" to add prefix "-exp-" before the expiration date in the name of the file to be downloaded.[[BR]]b. Protected method `void doPost(HttpServletRequest req, HttpServletResponse resp)` updated for command "`PrepareDownloadReagentLotNoFile`" to add prefix "-exp-" before the expiration date in the name of the temporary file to be created.