Project

General

Profile

« Previous | Next » 

Revision 360b73f0

Added by Patrick Plitzner over 6 years ago

ref #6908 Migrate polytomous key list editor handlers

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/key/polytomous/handler/RemotingDeletePolytomousKeyHandler.java
25 25
import eu.etaxonomy.taxeditor.editor.key.polytomous.PolytomousKeyEditorInput;
26 26
import eu.etaxonomy.taxeditor.model.MessagingUtils;
27 27
import eu.etaxonomy.taxeditor.navigation.key.polytomous.PolytomousKeyViewLabels;
28
import eu.etaxonomy.taxeditor.navigation.key.polytomous.e4.handler.RemotingDeletePolytomousKeyHandlerE4;
28 29
import eu.etaxonomy.taxeditor.navigation.key.polytomous.operation.RemotingDeletePolytomousKeyOperation;
29 30
import eu.etaxonomy.taxeditor.operation.RemotingCdmHandler;
30 31
import eu.etaxonomy.taxeditor.util.OperationsUtil;
......
57 58
           return Status.CANCEL_STATUS;
58 59
        }
59 60

  
60
        boolean confirmation = MessagingUtils.confirmDialog(DeleteHandler.CONFIRM, DeleteHandler.CONFIRM_MESSAGE);
61
        boolean confirmation = MessagingUtils.confirmDialog(RemotingDeletePolytomousKeyHandlerE4.CONFIRM, RemotingDeletePolytomousKeyHandlerE4.CONFIRM_MESSAGE);
61 62

  
62 63
        if(!confirmation) {
63 64
            return Status.CANCEL_STATUS;

Also available in: Unified diff