Project

General

Profile

« Previous | Next » 

Revision deffae8c

Added by Patrick Plitzner over 6 years ago

ref #6925 Fix part initialisation for open handlers

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/handler/OpenBulkEditorHandlerE4.java
33 33
		BulkEditorInputType inputType = BulkEditorInputType.getById(inputTypeId);
34 34

  
35 35
		MPart part = partService.createPart(AppModelId.PARTDESCRIPTOR_BULKEDITOR_EDITOR);
36
        partService.showPart(part, PartState.ACTIVATE);
36
        part = partService.showPart(part, PartState.ACTIVATE);
37 37
        BulkEditorE4 bulkEditor = (BulkEditorE4) part.getObject();
38 38
        bulkEditor.init(AbstractBulkEditorInput.NewInstance(inputType));
39 39
	}

Also available in: Unified diff