Project

General

Profile

« Previous | Next » 

Revision 92eade32

Added by Andreas Müller over 1 year ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmEditorPart.java
185 185
            delaySelection.setActivePart(activePart);
186 186
            delaySelection.setThisPart(thisPart);
187 187
        }
188

  
188 189
        System.out.println("...selection: " + (selection == null? "": selection.toString().substring(0,10)) + "; a: " + (activePart == null? "":activePart.getLabel())+ "; t: " + (thisPart == null? "":thisPart.getLabel()));
189 190
        //as long as the delay thread is running,
190 191
        if(!isInDelay){
......
262 263
                            this.isEnabled = doEnable;
263 264
                        }
264 265
                    }
266

  
265 267
                    if (taxon.isMisapplication() || taxon.isProparteSynonym() ){
266 268

  
267 269
                        if(part instanceof ITaxonEditor){
......
289 291
                    element = CdmStore.getService(IVocabularyService.class).load(((TermVocabularyDto) element).getUuid());
290 292
                }
291 293

  
292

  
293 294
                selectionProvidingPart = activePart;
294 295
                if (viewer instanceof DetailsViewerE4){
295 296

  

Also available in: Unified diff