Project

General

Profile

« Previous | Next » 

Revision fd711754

Added by Katja Luther almost 4 years ago

ref #8785: update descriptions in description list after merge

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/MatrixUtility.java
70 70
    }
71 71

  
72 72
    private static boolean hasType(TaxonRowWrapperDTO taxonRowWrapperDTO, DescriptionType descriptionType){
73
        return taxonRowWrapperDTO.getDescription().getTypes().stream()
73
        return taxonRowWrapperDTO.getDescription().getDescription().getTypes().stream()
74 74
        .anyMatch(type->type.equals(descriptionType));
75 75
    }
76 76

  

Also available in: Unified diff