Changes between Version 6 and Version 7 of Ticket #801, comment 89


Ignore:
Timestamp:
Nov 19, 2015, 5:12:46 PM (8 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #801, comment 89

    v6 v7  
    1515 4. JSP file `inspect_libprep_kit_data.jsp` in `resources/´libprep/` updated by exchanging "Available" for "Active" in the library preparation kit filter menu.
    1616 5. Javascript file `inspect_libprep_kit_data.js` in `resources/´libprep/` updated by exchanging name of flag "Available" for "Active". Function `updateDetailsTable()` updated to display the negation of kit attribute `inactive` value as "`yes`" or "`no`"..
    17  6. Javascript file `select_dna_for_start_plate.js` in `resources/´libprep/` updated in function `kitPlatesInfoLoaded(response)` by changing names of variables related to the `inactive` attribute of a kit. The "Available" and "available "part of the name was exchanged for "Active" and "active", respectively. Corresponding changes were made in displayed text.
     17 6. Javascript file `select_dna_for_start_plate.js` in `resources/´libprep/` updated in function `kitPlatesInfoLoaded(response)` by changing names of variables related to the `inactive` attribute of a kit. The "Available" and "available" part of the name was exchanged for "Active" and "active", respectively. Corresponding changes were made in displayed text.
    1818 7. Data access object class/file `Annotationtype.java` in `src/net/sf/basedb/meludi/dao/` updated with new kit annotation types for library preparation kit lot numbers, last updated date, number of times used, and unused wells for FPA aliquots.
    1919 8. Data access object class/file `Subtype.java` in `src/net/sf/basedb/meludi/dao/` updated by definition of a new library preparation kit subtype, `Subtype.LIBRARY_PREPARATION_KIT`, corresponding to the same subtype in BASE.
    2020 9. Java servlet class/file `InstallServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated:[[BR]]a. Protected method `void doGet(HttpServletRequest req, HttpServletResponse resp)` updated to include the new kit annotation types.[[BR]]b. Public method `<T extends BasicItem<?> & Nameable> T createMeludiRole(SessionControl sc, MeludiRole<T> role)` updated by removing `BasicItem` argument to `<T extends BasicItem & Nameable> T createMeludiRole(SessionControl sc, MeludiRole<T> role)`.
     21 10. Java servlet class/file `LibPrepServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated:[[BR]]a. Constants and variables names related to attribute "Available" updated by exchanging the "Available" and "available" part of the name for "Active" and "active", respectively. Correspondingly, "unavailable" was exchanged for "inactive".[[BR]]b.