Opened 12 years ago
Closed 12 years ago
#451 closed enhancement (fixed)
Change 'storage location' for paraffin blocks and HE glass
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v2.10 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The 'storage location' for paraffin blocks and HE glass (bioplate items) is currently stored in the description field using a pre-generated syntax:
- For paraffin blocks:
Stored in block box: xxx
- For HE glass:
Stored in glass box: xxx; position: yyy
This should be changed so that the box number is stored in the BioPlate.tray
property and the position in the BioPlate.position
property. It is a relatively easy change in the registration wizards, but a manual/batch update is needed to fix already existing bioplates.
Change History (3)
comment:1 by , 12 years ago
Status: | new → assigned |
---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [1774]) References #451: Change 'storage location' for paraffin blocks and HE glass
The storage location is now stored in 'tray' and 'position' fields. Need to write an update note for the server admin.