Changes between Version 1 and Version 2 of Ticket #502, comment 14


Ignore:
Timestamp:
Oct 30, 2013, 9:55:51 AM (10 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #502, comment 14

    v1 v2  
    99 1. Function `gotoStep2()` should be updated when creating pop-up menu for changing pool selection for a lane to include an option "''empty''" last in the menu, after a separator line. The option name should be in italics, to emphasize that it is not a pool name, and it should be contained in an HTML `<div>` tag with `id="pool-none"`.
    1010 2. Function `poolSelected(Event)` should be updated to first check if option id equals "`pool-none`", before trying to get the index for the pool. If the lane is empty, the pool is set to `null`.
    11  3. Function `checkFlowCells()` should be updated to count the number of empty lanes for the flow cells to be created. If all lanes are empty, en error message is shown, while if some lanes are empty, but not all, only a warning is shown.
     11 3. Function `checkFlowCells()` should be updated to count the number of empty lanes for the flow cells to be created. If all lanes are empty, an error message is shown, while if some lanes are empty, but not all, only a warning is shown.
    1212 4. Function `goRegister()` should be updated to exclude empty lanes when calculating the number of times a separate pool appears, and the volume used for it.
    1313