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/description/detail/TaxonInteractionDetailElement.java
65 65
			TaxonInteraction entity, int style) {
66 66

  
67 67
	    taxonSelection = formFactory
68
                .createSelectionElement(Taxon.class,
69
                        getConversationHolder(), formElement, "Taxon",
68
                .createSelectionElement(Taxon.class,//getConversationHolder(),
69
                        formElement, "Taxon",
70 70
                        CdmBase.deproxy(entity.getTaxon2(),Taxon.class),
71 71
                        EntitySelectionElement.ALL, style);
72 72

  

Also available in: Unified diff