Project

General

Profile

« Previous | Next » 

Revision f5979052

Added by Katja Luther over 6 years ago

fix multiple representation by removing conversation of selection dialog

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/CloneClassificationDetailElement.java
39 39
    protected void createControls(ICdmFormElement formElement, Classification entity, int style) {
40 40
         txtClassificationName = formFactory.createTextWithLabelElement(formElement, "Classification name", null, style);
41 41
         comboRelationType = formFactory.createDefinedTermComboElement(TermType.TaxonRelationshipType, formElement, "Taxon relation", null, style);
42
         selectReference = formFactory.createSelectionElement(Reference.class, getConversationHolder(), formElement, "Reference", null, EntitySelectionElement.SELECTABLE, style);
42
         selectReference = formFactory.createSelectionElement(Reference.class, //getConversationHolder(),
43
                 formElement, "Reference", null, EntitySelectionElement.SELECTABLE, style);
43 44
    }
44 45

  
45 46
     @Override

Also available in: Unified diff