Project

General

Profile

« Previous | Next » 

Revision 7c4f09a1

Added by Patrick Plitzner over 5 years ago

ref #7589 Fix default description icon

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/MatrixUtility.java
78 78
    }
79 79

  
80 80
    public static boolean isDefaultTaxonDescription(TaxonRowWrapperDTO taxonRowWrapperDTO){
81
        return hasMarker(taxonRowWrapperDTO, MarkerType.USE());
81
        return hasMarker(taxonRowWrapperDTO, MarkerType.TO_BE_CHECKED());
82 82
    }
83 83

  
84 84
    public static boolean isAggregatedTaxonDescription(TaxonRowWrapperDTO taxonRowWrapperDTO){

Also available in: Unified diff