Opened 17 years ago
Closed 17 years ago
#984 closed defect (fixed)
Bioassays may show up duplicated in list of bioassays
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.6.2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
I am not really sure why this is happening. Sometimes a bioassay appear more than once in the list of bioassays on the 'Bioassays' tab when a bioassay set has been selected for an experiment.
It seems like this is happening when the bioassay has multiple parents. In this case there there is a single child bioassay which has two parent bioassays. To re-create this run the TestBase1PluginExecuter with the -w option. When the test program stop, use the web client to browse around the bioassays in the experiment.
Change History (2)
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4215]) Fixes #984: Bioassays may show up duplicated in list of bioassays
The reason was a LEFT JOIN to the raw parents. This is needed to be able to filter bioassays by experimental factor values.