Project

General

Profile

« Previous | Next » 

Revision ab3c9b28

Added by Patrick Plitzner almost 8 years ago

Improve message for orphaned taxa/synonyms #5824

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/TaxonEditorInput.java
171 171
            if(taxonNode != null){
172 172
                init(taxonNode);
173 173
            }
174
        }else if(taxonNodes.size() == 0){
174
        } else if (taxonNodes.size() == 0) {
175 175
            // this is an undesired state
176
            MessagingUtils.warningDialog("Incorrect state", TaxonEditorInput.class, "The accepted taxon is not part of any classification. This should not have happened.");
176
            MessagingUtils.warningDialog("Incorrect state",TaxonEditorInput.class,"The accepted "
177
                    + "taxon is not part of any classification. Editing with the "
178
                    + "name editor is currently not implemented. Try to edit the taxon with the bulk editor.");
177 179
        }
178 180
    }
179 181

  

Also available in: Unified diff