Project

General

Profile

« Previous | Next » 

Revision cf802bbf

Added by Katja Luther about 7 years ago

fix excdel import from editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/ImportManager.java
428 428
	                ImportResult result = ioService.importDataFromStream(configurator);
429 429
	                monitor.done();
430 430

  
431
	                display.asyncExec(new Runnable() {
432

  
433
	                    @Override
434
	                    public void run() {
435
	                        CdmStore.getContextManager().notifyContextRefresh();
436
	                    }
437
	                });
431
//	                display.asyncExec(new Runnable() {
432
//
433
//	                    @Override
434
//	                    public void run() {
435
//	                        CdmStore.getContextManager().notifyContextRefresh();
436
//	                    }
437
//	                });
438 438

  
439 439
	                return Status.OK_STATUS;
440 440
	            }

Also available in: Unified diff