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/DnaSamplePreparationPreservationDetailElement.java
57 57
        if(entity.getDerivedFrom()!=null){
58 58
            materialOrMethodText = entity.getDerivedFrom().getDescription();
59 59
        }
60
        selectionInstitution = formFactory.createSelectionElement(Institution.class, //getConversationHolder(),
60
        selectionInstitution = formFactory.createSelectionElement(Institution.class,
61 61
                formElement, "Institution", institution, EntitySelectionElement.ALL, style);
62
        selectionStaff = formFactory.createSelectionElement(AgentBase.class, //getConversationHolder(),
62
        selectionStaff = formFactory.createSelectionElement(AgentBase.class,
63 63
                formElement, "Staff", staff, EntitySelectionElement.ALL, style);
64 64
        datePreparationDate = formFactory.createTimePeriodElement(formElement, "Preparation date", preparationDate, style);
65 65
        numberPreservationTemperature = formFactory.createFloatTextWithLabelElement(formElement, "Preservation Temp. [C°]", temperature, style);

Also available in: Unified diff