Opened 8 years ago
Closed 8 years ago
#910 closed defect (fixed)
The Mark extracts for retraction wizard doesn't find all items in some cases
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.7 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
If case has multiple child specimen items with different SCAN-B ID, only the items with the same SCAN-B ID as the case are listed in the wizard. The generated protocols for destruction of items in the freezer are also missing the items.
Change History (18)
comment:2 by , 8 years ago
Status: | new → assigned |
---|
comment:3 by , 8 years ago
(In [4102]) References #910: The Mark extracts for retraction wizard doesn't find all items in some cases
Cleaned up some code:
- Site information is loaded per case
- List with case names is generated from the list with case items instead of having special JSON properties just for this (which only worked for 2 cases).
comment:4 by , 8 years ago
(In [4103]) References #910: The Mark extracts for retraction wizard doesn't find all items in some cases
More cleanup:
- Display error immediately if no patient is found, since the registration will not work otherwise
- Simplified loading of cases and blood now that we are sure to have a patient
- Found another list with case names (
patient.allCases
). Use this list instead of re-creating a new one for displaying the "All cases" value.
comment:5 by , 8 years ago
(In [4104]) References #910: The Mark extracts for retraction wizard doesn't find all items in some cases
Load all child items by following links (uses the existing functionality for doing so). Case and Blood items in the returned JSON data is now populated from this information. Other information is still using the old way to load child items.
comment:6 by , 8 years ago
comment:7 by , 8 years ago
comment:8 by , 8 years ago
comment:9 by , 8 years ago
comment:10 by , 8 years ago
comment:11 by , 8 years ago
comment:12 by , 8 years ago
comment:13 by , 8 years ago
(In [4112]) References #910: The Mark extracts for retraction wizard doesn't find all items in some cases
Pooled libraries and sequencing runs are now loaded from the actual libraries instead of matching against case name. All items displayed in the table should now be those that descend from the top-level patient record.
comment:14 by , 8 years ago
comment:15 by , 8 years ago
comment:16 by , 8 years ago
comment:17 by , 8 years ago
comment:18 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
For example, try the cases linked to 'PAT000056' in the test database.