Project

General

Profile

« Previous | Next » 

Revision fb4c53d2

Added by Patrick Plitzner about 6 years ago

ref #7095 Added more paths to property path loading

  • removed deproxying in some cases

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/RowWrapper.java
55 55
        this.description = description;
56 56

  
57 57
        IOccurrenceService occurrenceService = CdmStore.getService(IOccurrenceService.class);
58
        SpecimenOrObservationBase<?> specimen = HibernateProxyHelper.deproxy(description.getDescribedSpecimenOrObservation(), SpecimenOrObservationBase.class);
58
        SpecimenOrObservationBase<?> specimen = description.getDescribedSpecimenOrObservation();
59 59
        //supplemental information
60 60
        if(specimen!=null){
61 61
            Collection<TaxonBase<?>> associatedTaxa = occurrenceService.listAssociatedTaxa(specimen, null, null, null, null);
......
126 126

  
127 127
    public void setDataValueForFeature(Feature feature, Object newValue){
128 128
        /* Only CategoricalData is handled here because for QuantitativeData the value
129
         * is set in the ModifyListener of the swt.Text in the CEllEditor
129
         * is set in the ModifyListener of the swt.Text in the CellEditor
130 130
         * for each StatisticalMeasure. So no need to set it again here.
131 131
         */
132 132
        DescriptionElementBase descriptionElementBase = featureToElementMap.get(feature);

Also available in: Unified diff