#389 closed enhancement (fixed)
The partition wizard should not allow missing weights in some cases
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.6 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
In the partition wizard three weights are measured for each sample: SpWeight
, HisWeight
and ApWeight
Currently, the wizard only check if at least one of the weights have been entered and is allowed to proceed but it doesn't create child items if a weight is missing. Eg. no Lysate
is created if the ApWeight
is missing.
We need to change this so that an ApWeight
must always be entered, and a SpWeight
is only allowed if a HisWeight
has been entered. In all cases a 0 value is allowed and should prevent the corresponding item from being created.
Change History (3)
comment:1 by , 13 years ago
Status: | new → assigned |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 13 years ago
Note:
See TracTickets
for help on using tickets.
(In [1638]) Fixes #389: The partition wizard should not allow missing weights in some cases