#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 Changed 14 years ago by
Milestone: | → BASE 2.14 |
---|
comment:2 Changed 14 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 14 years ago by
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.