Project

General

Profile

« Previous | Next » 

Revision c2591037

Added by Katja Luther almost 3 years ago

ref #9690: show message when selection of bulk editor is not available - continue

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/TaxonEditorInput.java
29 29
import eu.etaxonomy.taxeditor.bulkeditor.IBulkEditorSortProvider;
30 30
import eu.etaxonomy.taxeditor.bulkeditor.input.entitycreator.TaxonCreator;
31 31
import eu.etaxonomy.taxeditor.bulkeditor.input.sortprovider.IdentifiableEntitySortProvider;
32
import eu.etaxonomy.taxeditor.l10n.Messages;
32 33
import eu.etaxonomy.taxeditor.model.MessagingUtils;
33 34
import eu.etaxonomy.taxeditor.store.CdmStore;
34 35

  
......
167 168
    @Override
168 169
    public void addSaveCandidate(TaxonBase taxonBase){
169 170
        if (taxonBase == null){
170
            MessagingUtils.info("The focus on the selected taxon was lost somehow, please try again.");
171
            MessagingUtils.info(Messages.TAXON_EDITOR_INPUT_Selection_lost);
171 172
            return;
172 173
        }
173 174
        if (!taxonBase.getName().getHybridChildRelations().isEmpty()){

Also available in: Unified diff