Changes between Initial Version and Version 1 of Ticket #801, comment 31
- Timestamp:
- Oct 5, 2015, 9:41:09 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #801, comment 31
initial v1 7 7 1. JSP file `case_summary.jsp` in `resources/reports/` updated with "`Library`" section (previously commented out), after the "`DNA`" section. 8 8 2. Javascript file `case_summary.js` in `resources/reports/` updated in function `caseInfoLoaded(response)` to obtain information on ''fpa'' and ''fpb'' DNA aliquots from the `CaseSummaryServlet` response, and insert it in appropriate fields in the "`Library`" section of the case summary form. Code for barcode name updated to display "`NA`", if not defined. 9 3. Java servlet class/file `CaseSummaryServlet.java` in `src/net/sf/basedb/ servlet/` updated in protected method `void doGet(HttpServletRequest req, HttpServletResponse resp)` for command "`GetCaseInfo`" to send information on ''fpa'' and ''fpb'' DNA aliquots in new JSON object with key "`lib`". The barcode string is constructed based on the well location on the library plate.9 3. Java servlet class/file `CaseSummaryServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated in protected method `void doGet(HttpServletRequest req, HttpServletResponse resp)` for command "`GetCaseInfo`" to send information on ''fpa'' and ''fpb'' DNA aliquots in new JSON object with key "`lib`". The barcode string is constructed based on the well location on the library plate.