Opened 6 years ago
Closed 6 years ago
#1070 closed defect (fixed)
The consent registration wizard doesn't check existing consent
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.20 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
There is a case in the consent registration wizard that is not handled correctly. Samples (specimen or blood) must have been registered and then a retraction is started. This causes the consent to be set to "No" on the samples. Now, entering the consent registration wizard causes it to display that "Yes" has already been registered...
which is not true.
This is because the wizard is handling it as option 4 that is listed in the source code. Actually, none of the 4 options described there fits this situation. So, the consent registration wizard need a 5-th option that is almost the same as option 4 but with "No" already registered instead of "Yes".
Change History (2)
comment:1 by , 6 years ago
Status: | new → assigned |
---|
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [5058]) Fixes #1070: The consent registration wizard doesn't check existing consent