Project

General

Profile

« Previous | Next » 

Revision 7dc115d1

Added by Katja Luther over 4 years ago

adapt display of multiple status in distr editor to preference value

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/DistributionColumnAccessor.java
78 78
            if (distributionsForArea.size() > 1){
79 79
                List<String> labels = new ArrayList();
80 80
                distributionsForArea.forEach(desc -> labels.add(((Distribution)desc).getStatus().getLabel()));
81
                return labels;
81
                return distributionsForArea;
82 82
            }
83 83
        }
84 84
        return null;

Also available in: Unified diff