Opened 9 years ago
Closed 9 years ago
#807 closed enhancement (fixed)
Flag RNA checkboxes should not be checked when inactive
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v3.6 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
In the "Confirm demux..." wizard the "Flag RNA" and "Align" checkboxes become inactive when the "Failure" option is selected for "Outcome". This means that they are ignored in the registration, but it may be confusing for users that may think that any checked checkboxes will be treated as such and wishes to deselect them (which is not possible since they are inactive).
The same issue may also be present in other confirmation wizards.
Note:
See TracTickets
for help on using tickets.
(In [3483]) Fixes #807: Flag RNA checkboxes should not be checked when inactive
Checkboxes are now automatically unchecked when they are disabled. If they are enabled again, they revert to the old status.
There was no similar issue in the other confirmation wizards.