Project

General

Profile

« Previous | Next » 

Revision b3cd5153

Added by Katja Luther over 1 year ago

ref #10182: disable details view after editing name in name editor - code cleaning

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/TaxonEditor.java
387 387
            // Otherwise declare this step as done.
388 388
            monitor.worked(1);
389 389
        }
390
        EventUtility.postAsyncEvent(WorkbenchEventConstants.REFRESH_DETAILS, true);
391
//        EventUtility.postAsyncEvent(WorkbenchEventConstants.ENABLE_TAXON_DETAILS, true);
390
 
392 391
        input.setSync(sync);
393 392
        input.merge();
394 393

  
......
396 395

  
397 396
        EventUtility.postEvent(WorkbenchEventConstants.REFRESH_NAVIGATOR, new TaxonNodeDto(input.getTaxonNode().getParent()));
398 397
        EventUtility.postEvent(WorkbenchEventConstants.SAVE_TAXON, true);
398
        EventUtility.postAsyncEvent(WorkbenchEventConstants.REFRESH_DETAILS, true);
399 399
        // Stop the progress monitor.
400 400
        monitor.done();
401 401
    }

Also available in: Unified diff