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/handler/defaultHandler/OpenBulkEditorForIdentifiableEntityE4.java
30 30
    @Override
31 31
    protected void open(IdentifiableEntity entity, Shell shell, EPartService partService) {
32 32
        MPart part = partService.createPart(AppModelId.PARTDESCRIPTOR_BULKEDITOR_EDITOR);
33
        partService.showPart(part, PartState.ACTIVATE);
33
        part = partService.showPart(part, PartState.ACTIVATE);
34 34
        BulkEditorE4 bulkEditor = (BulkEditorE4) part.getObject();
35 35
        bulkEditor.init(AbstractBulkEditorInput.NewInstance(entity));
36 36
    }

Also available in: Unified diff