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/section/occurrence/association/DerivedUnitTypeDesignationElement.java
29 29
 * @author n.hoffmann
30 30
 * @created May 17, 2010
31 31
 */
32
public class DerivedUnitTypeDesignationElement 
32
public class DerivedUnitTypeDesignationElement
33 33
		extends AbstractTypeDesignationElement<SpecimenTypeDesignation> {
34 34

  
35 35
    private TermComboElement<SpecimenTypeDesignationStatus> combo_typeStatus;
......
79 79
        this.style = style;
80 80

  
81 81
        selectionTaxonName = formFactory.createSelectionElement(
82
                TaxonName.class, getConversationHolder(), parentFormElement, "Scientific Name", null,
82
                TaxonName.class, //getConversationHolder(),
83
                parentFormElement, "Scientific Name", null,
83 84
                EntitySelectionElement.EDITABLE | EntitySelectionElement.SELECTABLE, style);
84 85

  
85 86
        combo_typeStatus = formFactory.createDefinedTermComboElement(TermType.SpecimenTypeDesignationStatus,

Also available in: Unified diff