Project

General

Profile

« Previous | Next » 

Revision 1ba96658

Added by Patrick Plitzner almost 6 years ago

ref #6913 Remove checklist editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/e4/FactualDataPartE4.java
41 41
import eu.etaxonomy.taxeditor.bulkeditor.BulkEditor;
42 42
import eu.etaxonomy.taxeditor.editor.l10n.Messages;
43 43
import eu.etaxonomy.taxeditor.editor.name.e4.TaxonNameEditorE4;
44
import eu.etaxonomy.taxeditor.editor.view.checklist.ChecklistEditor;
44
import eu.etaxonomy.taxeditor.editor.view.checklist.e4.ChecklistEditorE4;
45 45
import eu.etaxonomy.taxeditor.editor.view.concept.e4.ConceptViewPartE4;
46 46
import eu.etaxonomy.taxeditor.editor.view.descriptive.DescriptionElementDragListener;
47 47
import eu.etaxonomy.taxeditor.editor.view.descriptive.DescriptionElementDropAdapter;
......
138 138
                showEmptyPage();
139 139
                return;
140 140
            }
141
            if(partObject instanceof ChecklistEditor){
141
            if(partObject instanceof ChecklistEditorE4){
142 142
                if(structuredSelection.getFirstElement() instanceof Taxon){
143 143
                    Taxon taxon = (Taxon)structuredSelection.getFirstElement();
144 144
                    structuredSelection = new StructuredSelection(taxon);

Also available in: Unified diff