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/derivedUnit/PreservedSpecimenGeneralDetailElement.java
52 52
                formElement, "Title Cache", entity.getTitleCache(),
53 53
                entity.isProtectedTitleCache(), style);
54 54
        selection_collection = formFactory
55
                .createSelectionElement(Collection.class,
56
                        getConversationHolder(), formElement, "Collection",
55
                .createSelectionElement(Collection.class,//getConversationHolder(),
56
                        formElement, "Collection",
57 57
                        entity.getCollection(),
58 58
                        EntitySelectionElement.ALL, style);
59 59
        text_accessionNumber = formFactory.createTextWithLabelElement(

Also available in: Unified diff