Opened 10 years ago
Closed 10 years ago
#475 closed enhancement (fixed)
Improve box placement suggestion in specimen tube registration
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.12 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
There is really no need for the "Suggest" function. The wizard should be able to auto-suggest as part of clicking "Next" in step 2. The functionality is more or less already implemented, but one has to tab through all fields to get the values.
It also seems like the "column" field doesn't block non-numeric characters which causes a blocking error:
For input string: "4ja"
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | Reggie v2.x → Reggie v2.12 |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2014]) Fixes #475: Improve box placement suggestion in specimen tube registration
The wizard now uses a single call to get information about as many wells as are needed immediately when entering step 3. If the user makes changes, no additional suggestions are made, only validation to check if the changed position exists and is emtpy.