Project

General

Profile

« Previous | Next » 

Revision b5b429af

Added by Patrick Plitzner over 6 years ago

ref #6925 Inject context into operations to allow sync/async execution

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/operation/RemotingCdmHandler.java
15 15
import org.eclipse.core.runtime.IStatus;
16 16
import org.eclipse.jface.dialogs.ErrorDialog;
17 17

  
18
import eu.etaxonomy.taxeditor.model.AbstractUtility;
19 18
import eu.etaxonomy.taxeditor.model.MessagingUtils;
20 19

  
21 20
/**
......
40 39
        if(allowStatus.isOK()) {
41 40
            AbstractOperation op = prepareOperation(event);
42 41
            if(op != null) {
43
                AbstractUtility.executeOperation(op, this);
42
//                AbstractUtility.executeOperation(op, this);
44 43
            }
45 44
        } else if(allowStatus.getSeverity() == IStatus.ERROR ||
46 45
                allowStatus.getSeverity() == IStatus.WARNING ||

Also available in: Unified diff