Ignore:
Timestamp:
Oct 20, 2009, 12:33:46 PM (13 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1389: Cache annotation summary groups in experiment explorer

The in-memory cache is now cleared every time the selected annotation types are modified.

File:
1 edited

Legend:

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

    r5137 r5147  
    8686  {
    8787    Integer[] annotationTypes = Values.getInt(request.getParameter("annotationtype_id").split("\\|"));
    88     Set<Integer> tmp = explorer.getAnnotationTypeIds();
    89     tmp.clear();
    90     tmp.addAll(Arrays.asList(annotationTypes));
     88    explorer.setAnnotationTypeIds(Arrays.asList(annotationTypes));
    9189   
    9290    // If an annotation type is selected the annotation column must be visible as the first column
Note: See TracChangeset for help on using the changeset viewer.