Project

General

Profile

« Previous | Next » 

Revision 0caafa75

Added by Andreas Müller over 1 year ago

ref #10186 further remove ConversationHolder and cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/dna/DnaSampleGeneralDetailElement.java
36 36
    @Override
37 37
    protected void createControls(ICdmFormElement formElement, DnaSample entity, int style) {
38 38
        selection_collection = formFactory
39
                .createSelectionElement(Collection.class,//getConversationHolder(),
39
                .createSelectionElement(Collection.class,
40 40
                        formElement, "Collection",
41 41
                        entity.getCollection(),
42 42
                        EntitySelectionElement.ALL, style);

Also available in: Unified diff