Project

General

Profile

« Previous | Next » 

Revision 1245cdd8

Added by Patrick Plitzner about 6 years ago

ref #7095 Change taxon column cell text depending on tree/list view

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/RowWrapper.java
58 58
        if(specimen!=null){
59 59
            Collection<TaxonBase<?>> associatedTaxa = occurrenceService.listAssociatedTaxa(specimen, null, null, null, null);
60 60
            if(associatedTaxa!=null){
61
                //FIXME: what about multiple associated taxa
61 62
                associatedTaxon = (Taxon) associatedTaxa.iterator().next();
62 63
            }
63 64
            Collection<FieldUnit> fieldUnits = occurrenceService.getFieldUnits(specimen.getUuid());

Also available in: Unified diff