Changes between Initial Version and Version 1 of Ticket #801, comment 125


Ignore:
Timestamp:
Dec 4, 2015, 7:38:20 AM (8 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #801, comment 125

    initial v1  
    1 Refs #801. Refs #816. Wizard "Add new consumables lot number file" in sub-section "Reagent kit management wizards" in section "Library preparation wizards" updated by fix of bug that made existing kit items being overwritten with new data:
     1Bug fix:
     2
     3 * Wizard "Add new consumables lot number file" in sub-section "Reagent kit management wizards" in section "Library preparation wizards" updated by fix of bug that made existing kit items being overwritten with new data:
    24
    35 1. Java servlet class/file `LibPrepServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated in protected method `void doPost(HttpServletRequest req, HttpServletResponse resp)` for command "`RegisterKits`" to only update an existing kit, if parameter "`overwrite`" has value `true` (and otherwise only create a new kit item, if no previous kit item with the same name already exists).