Project

General

Profile

« Previous | Next » 

Revision 51188df7

Added by Katja Luther almost 8 years ago

add session to bulk editor

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/annotatedlineeditor/AnnotatedLineEditor.java
71 71
    protected void doSetInput(IEditorInput input) throws CoreException {
72 72

  
73 73
        AnnotatedLineDocumentProvider provider = new AnnotatedLineDocumentProvider(input);
74

  
74
        
75 75
        provider.setLineDisplayStrategy(lineDisplayStrategy, input);
76 76
        setDocumentProvider(provider);
77 77

  
......
197 197
    public LineAnnotation createAnnotatedLine(Object entity) {
198 198

  
199 199
        IEditorInput input = getEditorInput();
200
        this.conversation.close();
201
        this.conversation = ((AbstractBulkEditorInput)input).getConversation();
200 202
        AnnotatedLineDocumentProvider provider = (AnnotatedLineDocumentProvider) getDocumentProvider();
201 203

  
202 204
        LineAnnotation annotation = null;

Also available in: Unified diff