Changes between Initial Version and Version 1 of Ticket #777, comment 11


Ignore:
Timestamp:
May 11, 2015, 12:33:52 PM (9 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #777, comment 11

    initial v1  
    2020 6. Javascript file `extraction_protocol.js` in `resources/reports/` updated in function `initializeProtocol(submitInfoJsonStr)` to obtain values for the new extract annotations from the submit info JSON object, and insert them in header section of the lab tracking report form.
    2121 7. JSP file `extraction_registration.jsp` in `resources/reports/` updated in step 2 by adding a new section for quality control lot no.s.
    22  8. Javascript file `extraction_registration.js` in `resources/reports/` updated:[[BR]]a. JSONArray `exreg.REAGENTS` by adding JSON keys for new extract annotations.[[BR]]b. Function `clearReagents()` updated by including new quality control lot no. fields in the ones to clear.[[BR]]c. Function `lastProcessedDnaLoaded(response)` updated by including new quality control lot no. values in the ones to copy to input fields.[[BR]]d. Function `parseReagentFile(data)` updated by including new quality control lot no. values in the ones to copy to input fields.[[BR]]e. Function `createProtocol()` updated by including new quality control lot no. values in the ones submitted to the protocol servlet.
     22 8. Javascript file `extraction_registration.js` in `resources/reports/` updated:[[BR]]a. JSONArray `exreg.REAGENTS` by adding JSON keys for new extract annotations.[[BR]]b. Function `clearReagents()` updated by including new quality control lot no. fields in the ones to clear.[[BR]]c. Function `lastProcessedDnaLoaded(response)` updated by including new quality control lot no. values in the ones to copy to input fields.[[BR]]d. Function `parseReagentFile(data)` updated by including new quality control lot no. values in the ones to copy to input fields.[[BR]]e. Function `createProtocol()` updated by including new quality control lot no. values in the ones submitted to `extraction_protocol.js`.
     23 9. JSP file `extraction_formcopy.jsp` in `resources/reports/` updated in step 2 by adding a new section for quality control lot no.s.
     24 10. Javascript file `extraction_formcopy.js` in `resources/reports/` updated:[[BR]]a. JSONArray `exreg.REAGENTS` by adding JSON keys for new extract annotations.[[BR]]b. Function `initializeStep2()` updated by including new quality control lot no. fields in the ones to hide.[[BR]]c. Function `sourceItemListLoaded(response)` updated by including new quality control lot no. fields in the ones to disable.[[BR]]d. Function `reagentLotNosFromDna(response)` updated by including new quality control lot no. values in the ones to copy to input fields and show.[[BR]]e. Function `createProtocol()` updated by including new quality control lot no. values in the ones submitted to `extraction_protocol.js`.