#1383 closed enhancement (fixed)
Make it possible to select more than one annotation in experiment explorer
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.14 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
The annotation summary dropdown should be a selection where the user can select more than one annotation. Replaces 2b in #1375.
Change History (4)
comment:1 by , 15 years ago
Milestone: | → BASE 2.14 |
---|
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
This should be rather simple to fix.
ExperimentExplorer.get/setAnnotationTypeId()
would need to be replaced with a variant that takes aSet
of id:s. Then, its just a few GUI changes to make it work.