Ignore:
Timestamp:
Oct 15, 2009, 9:42:04 AM (14 years ago)
Author:
Nicklas Nordborg
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/views/experiments/explorer/view/index.jsp

    r5111 r5137  
    8585  else if ("SetAnnotationType".equals(cmd))
    8686  {
    87     Integer[] annotationTypes = Values.getInt(request.getParameter("annotationtype_id").split("|"));
     87    Integer[] annotationTypes = Values.getInt(request.getParameter("annotationtype_id").split("\\|"));
    8888    Set<Integer> tmp = explorer.getAnnotationTypeIds();
    8989    tmp.clear();
Note: See TracChangeset for help on using the changeset viewer.