Project

General

Profile

« Previous | Next » 

Revision 77172e49

Added by Katja Luther over 4 years ago

fix #8805: add synonym column to distribution editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/DistributionEditorConfigLabelAccumulator.java
47 47
            configLabels.addLabel(FILTER_EDITABLE);
48 48
        } else if(columnPosition==1 && editor.isShowRank()){
49 49
            configLabels.addLabel(DistributionEditor.RANK_COLUMN);
50
        } else if(columnPosition==1 && !editor.isShowRank()){
51
            configLabels.addLabel(DistributionEditor.SYNONYM_COLUMN);
52
        } else if(columnPosition==2 && editor.isShowRank()){
53
            configLabels.addLabel(DistributionEditor.SYNONYM_COLUMN);
50 54
        } else{
51 55

  
52 56
            configLabels.addLabel(STATUS);

Also available in: Unified diff