Project

General

Profile

« Previous | Next » 

Revision 49d3c2dd

Added by Katja Luther over 1 year ago

ref #10186: remove conversation holder

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/concept/e4/handler/CreateConceptRelationHandlerE4.java
65 65
            editor = (TaxonNameEditorE4) e4WrappedPart;
66 66

  
67 67
            IUndoContext undoContext = null;
68
            ConversationHolder conversationHolder = null;
68
            
69 69
            Taxon taxon = null;
70 70
            taxon = editor.getTaxon();
71
            conversationHolder = editor.getConversationHolder();
71
            
72 72
            undoContext = editor.getUndoContext();
73 73

  
74 74
            //FIXME should this also be enabled for bulk editor
......
80 80
            //		    undoContext = bulkEditor.getUndoContext();
81 81
            //		}
82 82

  
83
            Taxon relatedConcept = TaxonSelectionDialog.selectTaxon(shell, //conversationHolder,
84
                    taxon);
85

  
83
            Taxon relatedConcept = TaxonSelectionDialog.selectTaxon(shell, taxon);
86 84

  
87 85
            if(relatedConcept == null){
88 86
                return;

Also available in: Unified diff