Project

General

Profile

« Previous | Next » 

Revision d3c30945

Added by Patrick Plitzner almost 6 years ago

ref #6902 Open AlignmentEditor in editor area

  • fix dirty flag when closing editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/EditorUtil.java
91 91
        authorityView.init(input);
92 92
    }
93 93

  
94
    private static MPart showPart(String partId, EModelService modelService, EPartService partService, MApplication application){
94
    public static MPart showPart(String partId, EModelService modelService, EPartService partService, MApplication application){
95 95
        MPart part = partService.findPart(partId);
96 96
        if(part==null || modelService.getPartDescriptor(partId).isAllowMultiple()){
97 97
            part = partService.createPart(partId);

Also available in: Unified diff