Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 Nicklas Nordborg, 15 years ago

Milestone: BASE 2.14

This should be rather simple to fix. ExperimentExplorer.get/setAnnotationTypeId() would need to be replaced with a variant that takes a Set of id:s. Then, its just a few GUI changes to make it work.

comment:2 by Nicklas Nordborg, 15 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:3 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [5105]) Fixes #1383: Make it possible to select more than one annotation in experiment explorer

comment:4 by Nicklas Nordborg, 15 years ago

(In [5137]) References #1383: Make it possible to select more than one annotation in experiment explorer

Fixed a problem were the wrong annotation type was selected if the ID > 9. Fixed non-working onclick handler for the "arrow-down" icon in the selection list.

Note: See TracTickets for help on using tickets.