Project

General

Profile

« Previous | Next » 

Revision 3a77d114

Added by Katja Luther over 5 years ago

ref #7063: work in progress: selection in treeview of namedAreas for distribution editor should be more reasonable

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistLabelProvider.java
123 123
            }
124 124
        }
125 125

  
126
        if(columnIndex >2 || (!PreferencesUtil.isShowRankInChecklistEditor() && columnIndex > 0)){
126
        if(columnIndex >1 || (!PreferencesUtil.isShowRankInChecklistEditor() && columnIndex > 0)){
127 127

  
128 128
            for (TaxonDescription td : listTaxonDescriptions) {
129 129
                for (DescriptionElementBase deb : td.getElements()) {

Also available in: Unified diff