Opened 10 years ago
Closed 10 years ago
#776 closed defect (fixed)
An old storage box position can be re-used for new specimens
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v3.4 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
If a specimen located in position I9 of a box is scheduled for re-extraction this position becomes empty since the old specimen is moved to a new storage box after the re-extraction.
The next time the specimen registration wizard is started it will incorrectly select the old I9 position for the first specimen, before continuing with the expected positions. See attached image.
Attachments (1)
Change History (3)
by , 10 years ago
Attachment: | box-positions.png added |
---|
comment:1 by , 10 years ago
Milestone: | Reggie v3.x → Reggie v3.4 |
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [3327]) Fixes #776: An old storage box position can be re-used for new specimens
The next position is now selected by first looking up the position of the last specimen that was placed (=the specimen with the highest box name, row and column) and then only considering storage boxes which has the same or a "later" name (by sorting plates in name order).