Project

General

Profile

« Previous | Next » 

Revision a559c7f6

Added by Katja Luther about 5 years ago

ref #7854: correct handling when first entry is none-term and add rank display in distribution editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/StatusDataCellEditor.java
63 63
                    //editor.descriptionsToSave.add( (TaxonDistributionDTO) rowWrapper);
64 64
                    //TODO set value corresponding to preference
65 65
                    if (distr.getStatus() != null){
66
                        if (distr.getStatus().getLabel() == ""){
66
                        if (distr.getStatus().getLabel() == " - "){
67 67
                            distr.setStatus(null);
68 68
                            super.setCanonicalValue("");
69 69

  

Also available in: Unified diff