Project

General

Profile

« Previous | Next » 

Revision 38c05df2

Added by Patrick Plitzner about 6 years ago

ref #7095 Limit node hierarchy by maxRank of corresponding working set

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/CharacterMatrix.java
232 232
        // because the Comparator will be set by configuration
233 233
        SortedList<Object> sortedList = new SortedList<>(descriptions, null);
234 234
        // wrap the SortedList with the TreeList
235
        TreeList treeList = new TreeList(sortedList, new DescriptionTreeFormat(), TreeList.NODES_START_EXPANDED);
235
        TreeList treeList = new TreeList(sortedList, new DescriptionTreeFormat(workingSet.getMaxRank()), TreeList.NODES_START_EXPANDED);
236 236

  
237 237
        ConfigRegistry configRegistry = new ConfigRegistry();
238 238

  

Also available in: Unified diff