8 | 8 | 2. Javascript file `select_dna_for_start_plate.js` in `resources/´libprep/` updated:[[BR]]a. Function `initializeStep4(event)` updated by loading the protocol menu with library preparation protocols by calling `ProtocolServlet` with command "`GetProtocols`", attribute `subtype` set to "`LIBRARY_PROTOCOL`", and callback function to `protocolsLoaded(response)`.[[BR]]b. New callback function `protocolsLoaded(response)` added. It loads the protocol menu with retrieved library preparation protocols, after which an extra `none` item is added.[[BR]]c. Function `submit()` updated by adding the selected library preparation protocol id and name to the submitted info and call parameters. Servlet call corrected to calling `DnaServlet` with command "`CreateDnaOrLibPlate`".[[BR]]d. Function `createProtocol()` updated by adding the selected library preparation protocol id and name to the submitted info. This is intended for future use. |