Changeset 5147 for trunk/www/views/experiments/explorer/view/index.jsp
- Timestamp:
- Oct 20, 2009, 12:33:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/experiments/explorer/view/index.jsp
r5137 r5147 86 86 { 87 87 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)); 91 89 92 90 // 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.