Project

General

Profile

« Previous | Next » 

Revision 8407c42c

Added by Katja Luther over 7 years ago

ref #6159: fix that some column show no data

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistLabelProvider.java
129 129
            }
130 130
        }
131 131

  
132
        if(columnIndex >2 || (!PreferencesUtil.isShowRankInChecklistEditor() && columnIndex > 1)){
132
        if(columnIndex >2 || (!PreferencesUtil.isShowRankInChecklistEditor() && columnIndex > 0)){
133 133

  
134 134
            for (TaxonDescription td : listTaxonDescriptions) {
135 135
                for (DescriptionElementBase deb : td.getElements()) {

Also available in: Unified diff