Opened 10 years ago
Closed 10 years ago
#735 closed defect (fixed)
Can't modify number of slides created in the HE glass registration wizard
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v3.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
If the default value for HE glass slides (=2) is modified the wizard doesn't continue to the next step. No error message is displayed and it doesn't help to change the value back to 2 either.
Note:
See TracTickets
for help on using tickets.
(In [3119]) Fixes #735: Can't modify number of slides created in the HE glass registration wizard
There was a bug in the validation code for the 'HE slides created' fields that left it flagged as invalid without displaying an error message. The validation failed because the 'existingNumberOfHEGlass' was never initialized to 0.